Skip to content

Commit

Permalink
Update router and llm keys, and update llm model.
Browse files Browse the repository at this point in the history
  • Loading branch information
milistu committed May 17, 2024
1 parent c5a69a1 commit d7294e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ openai:
name: "text-embedding-3-small"
dimensions: 1536
gpt_model:
name: "gpt-4-turbo-preview"
name_light: "gpt-3.5-turbo"
llm: "gpt-4o"
router: "gpt-3.5-turbo"
temperature: 0
max_conversation: 100
collection:
Expand Down

0 comments on commit d7294e9

Please sign in to comment.