Skip to content

Commit

Permalink
Update researcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenezw authored Aug 7, 2024
1 parent 9c94e46 commit 23bd71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api/agents/researcher/researcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def execute(context: str, instructions: str, feedback: str = ""):
# create path to prompty file
configuration = AzureOpenAIModelConfiguration(
azure_deployment=os.getenv("AZURE_OPENAI_35_TURBO_DEPLOYMENT_NAME"),
api_version=os.getenv("AZURE_OPENAI_API_VERSION") or "2024-03-01-preview",
api_version="2023-07-01-preview",
azure_endpoint=f"https://{os.getenv('AZURE_OPENAI_NAME')}.cognitiveservices.azure.com/"
)
override_model = {
Expand Down

0 comments on commit 23bd71b

Please sign in to comment.