How switch to GPT-4 model? #112
Answered
by
n3d1117
pandability
asked this question in
Q&A
-
Hi, I saw that in last release 0.2.1 was added GPT4 model support: How I can enable it? |
Beta Was this translation helpful? Give feedback.
Answered by
n3d1117
Mar 26, 2023
Replies: 2 comments 1 reply
-
Hi @pandability. If you have early access to gpt-4 APIs, all you need to do is add this to your .env:
and it should work! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pandability
-
As I understand, you need include these models to "openai_helper.py" line 15-16, but not to .env, because in .env is only info about telegram token and api openai and admin user? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @pandability. If you have early access to gpt-4 APIs, all you need to do is add this to your .env:
and it should work!