Skip to content

Commit

Permalink
Merge pull request #108 from TogetherCrew/feat/update-gpt3.5
Browse files Browse the repository at this point in the history
feat: using the gpt-4o-mini instead of gpt3.5-turbo!
  • Loading branch information
amindadgar authored Dec 12, 2024
2 parents 6e0f1f5 + 54e5c08 commit c1b2e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def query_multiple_source(
)

embed_model = CohereEmbedding()
llm = OpenAI("gpt-3.5-turbo")
llm = OpenAI("gpt-4o-mini")
Settings.embed_model = embed_model
Settings.llm = llm

Expand Down

0 comments on commit c1b2e5d

Please sign in to comment.