Skip to content

Commit 8c1eada

Browse files
committed
fix: fixed a spelling error
1 parent 66e9e49 commit 8c1eada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gptme/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
print_builtin = __builtins__["print"] # type: ignore
3636

3737
LLMChoice = Literal["openai", "local"]
38-
ModelChoice = Literal["gpt-3.5-turbo", "gpt4"]
38+
ModelChoice = Literal["gpt-3.5-turbo", "gpt-4"]
3939

4040

4141
script_path = Path(os.path.realpath(__file__))

0 commit comments

Comments
 (0)