-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with setting GPT-4 as language model #59
Comments
How did you verify that it's still using gpt3.5? Did you check the logs or did you ask the model? |
We thought we had the same problem. When asked about its version the GPT-4 model will state that it is running on GPT-3. However the docker logs and OpenAI API usage statistics will show that the request was using version 4. When OPENAI_MODEL_NAME is set to gpt-4 it will default to gpt-4-0613 at the moment. |
Well - how can a model trained on data that is several years old know anything about itself? |
I checked the same question in the web panel via the 3.5 and 4 versions. In mattermost even when I set it to GPT-4 it responds the same answer that the 3.5 web panel shows. I can send you an API key for testing if it will help. |
Check and send the logs, first. |
I set the environment variable "OPENAI_MODEL_NAME" with the value "gpt-4" but still it uses gpt3.5.
based on OpenAI API documentation the value "gpt-4" is correct.
Used config:
docker run -d --restart unless-stopped
-e MATTERMOST_URL=https://********
-e MATTERMOST_TOKEN=*********
-e OPENAI_API_KEY=********
-e OPENAI_MODEL_NAME=gpt-4 --name testGPT ghcr.io/yguy/chatgpt-mattermost-bot:latest
The text was updated successfully, but these errors were encountered: