Skip to content

Commit

Permalink
fix completion defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kenny-statsig committed Nov 7, 2024
1 parent ad40da8 commit e895171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azureai/azure_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_model_client(
config = statsig.get_config(get_statsig_user(), config_name)
endpoint = config.get_typed("endpoint", default_endpoint)
api_key = config.get_typed("key", default_key)
completion_defaults = config.get_typed("api_version", {})
completion_defaults = config.get_typed("completion_defaults", {})

return ModelClient(
endpoint=endpoint,
Expand Down

0 comments on commit e895171

Please sign in to comment.