Skip to content

Commit

Permalink
Merge pull request #5 from futurice/feature-math-coding
Browse files Browse the repository at this point in the history
update mode name
  • Loading branch information
rachhek authored Dec 5, 2024
2 parents 6b6520f + f18389e commit 354bfc3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions math_coding/flows/math_standard_flow/flow.dag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ nodes:
type: code
path: ask_llm.jinja2
inputs:
# 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
deployment_name: gpt-4o
model: gpt-4o
question: ${inputs.math_question}
examples: ${math_example.output}
provider: AzureOpenAI
Expand Down

0 comments on commit 354bfc3

Please sign in to comment.