Skip to content

Commit

Permalink
Making deep eval use gpt-4-turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Mar 31, 2024
1 parent 4a9d601 commit 0f9d56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flows/reliefweb_chat/flow.dag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ nodes:
user_question: ${inputs.question}
actual_output: ${answer_question.output}
conn: azure_openai
deployment_name: gpt-35-turbo-16k
deployment_name: gpt-4-turbo
- name: content_safety_input
type: python
source:
Expand Down

0 comments on commit 0f9d56b

Please sign in to comment.