Skip to content

Commit

Permalink
update model name
Browse files Browse the repository at this point in the history
  • Loading branch information
rachhek committed Dec 5, 2024
1 parent e31a045 commit 55ad34b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions math_coding/flows/math_standard_flow/flow.dag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ nodes:
type: code
path: ask_llm.jinja2
inputs:
deployment_name: gpt-4o
model: gpt-4o
# This is to easily switch between openai and azure openai.
# deployment_name is required by azure openai, model is required by openai.
deployment_name: gpt-35-turbo
model: gpt-3.5-turbo
question: ${inputs.math_question}
examples: ${math_example.output}
provider: AzureOpenAI
Expand Down

0 comments on commit 55ad34b

Please sign in to comment.