wouldnt it be good to be able to select the version of openai in the configuration? #95
JimiSweden
started this conversation in
General
Replies: 1 comment
-
Hi @JimiSweden, That's a great idea. When I initially integrated open AI with GRC, the DaVinci-003 model was the latest and the most capable code generator. I'll look into adding a new Thanks for trying out GRC-openAi-alpha and providing your feedback. I appreciate it. Thanks, |
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
-
When looking at the OpenAI integration and models available you can read
"gpt-3.5-turbo" Most capable GPT-3.5 model and optimized for chat at 1/10th the cost of text-davinci-003. Will be updated with our latest model iteration." https://platform.openai.com/docs/models/gpt-3-5
I think it sould be nice to be able to select the version to use for code generation in .env.local.
from my understanding the text-davinci-003 model might be better for ceode completion but being able to select model depending on how much I want to pay (more or less) would be nice.
OPENAI_MODEL="text-davinci-003|gpt-4|gpt-3.5-turbo|..."
//Jimi
Beta Was this translation helpful? Give feedback.
All reactions