We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e9e49 commit 8c1eadaCopy full SHA for 8c1eada
gptme/cli.py
@@ -35,7 +35,7 @@
35
print_builtin = __builtins__["print"] # type: ignore
36
37
LLMChoice = Literal["openai", "local"]
38
-ModelChoice = Literal["gpt-3.5-turbo", "gpt4"]
+ModelChoice = Literal["gpt-3.5-turbo", "gpt-4"]
39
40
41
script_path = Path(os.path.realpath(__file__))
0 commit comments