ChatGPT settings and gpt-4 #227
-
I was able to get things up and running using Azure OpenAI. This is a great project! I was wondering if the program can use the ChatGPT API directly right now or if you can only use it through Azure OpenAI? I used gpt-3 and everything worked. I switched from gpt-3 to gpt-4 and got the error: Is gpt-4 not implemented yet? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Azure Chat GPT-4 defintely has been implemted as long as you have the correct configuration. This design is not very friendly, I think it can be improved. |
Beta Was this translation helpful? Give feedback.
-
As per this PR. The new format unifies the LLM settings. |
Beta Was this translation helpful? Give feedback.
Azure Chat GPT-4 defintely has been implemted as long as you have the correct configuration.
Through this source code line we need the model deployment name must contains
gpt4
orgpt-4
words.And making sure the GPT4 endpoint and key is configured as well.
This design is not very friendly, I think it can be improved.