Skip to content

Commit

Permalink
Fixing AzureOpenAI model_api_version in the configuration, as it was …
Browse files Browse the repository at this point in the history
…breaking Bugid: #21
  • Loading branch information
Shriyansh Agnihotri committed Jan 15, 2025
1 parent bc1e27a commit 53cc567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testzeus_hercules/core/agents_llm_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class AgentsLLMConfig:
"model_api_type": "api_type",
"model_project_id": "gcp_project_id",
"model_region": "gcp_region",
"model_api_version": "api_version",
}

def __init__(self, llm_config: dict[str, Any] | None = None) -> None:
Expand Down

0 comments on commit 53cc567

Please sign in to comment.