This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
How do I change the default GPT-3.5 model to GPT-4? #310
Unanswered
jackyliang
asked this question in
Q&A
Replies: 1 comment
-
i did it by changing gpt-3.5-turbo to gpt 4 in default.yaml, works |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Quick question I have here.
I want Canopy to use GPT-4 Turbo instead of GPT-3.5 (which appears to be the default when grepping for the model name, gpt-3-turbo comes up).
I tried to change all the configuration strings that I could find, such as in
config/default.yaml
andsrc/canopy/llm/openai.py
but I still seem to be using GPT-3.5 Turbo. It also isn't clear in the documentation how to change to using GPT-4, let alone other LLMs like Cohere.Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions