Skip to content

Commit

Permalink
updating docs to use 35-turbo instead of 35-turbo-16k
Browse files Browse the repository at this point in the history
  • Loading branch information
emjay07 committed Jul 15, 2024
1 parent e4f8d6f commit 25f77dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/griptape-framework/drivers/prompt-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ agent = Agent(
config=StructureConfig(
prompt_driver=AzureOpenAiChatPromptDriver(
api_key=os.environ["AZURE_OPENAI_API_KEY_1"],
model="gpt-3.5-turbo-16k",
azure_deployment=os.environ["AZURE_OPENAI_35_TURBO_16K_DEPLOYMENT_ID"],
model="gpt-3.5-turbo",
azure_deployment=os.environ["AZURE_OPENAI_35_TURBO_DEPLOYMENT_ID"],
azure_endpoint=os.environ["AZURE_OPENAI_ENDPOINT_1"],
)
),
Expand Down

0 comments on commit 25f77dc

Please sign in to comment.