This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
Replies: 1 comment 5 replies
-
It is in the config. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't find a way to set up the model using Python source code instead of 'python3 -m'. There is no information in the README or wiki, and even when I looked at the code for V1, there is no part where the user can set up the model, only code that retrieves the self model information. Where can I set up the model as GPT-4? I thought it was included in the config, but it wasn't.
src/revChatGPT/V1.py
"model": self.config.get("model")
or (
"text-davinci-002-render-paid"
if self.config.get("paid")
else "text-davinci-002-render-sha"
Beta Was this translation helpful? Give feedback.
All reactions