Skip to content

Commit

Permalink
fix: #404
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong0618 committed May 28, 2024
1 parent a9220ea commit a4df3d7
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 62 deletions.
2 changes: 1 addition & 1 deletion book_maker/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def main():
"--ollama_model",
dest="ollama_model",
type=str,
default="ollama_model",
default="",
metavar="MODEL",
help="use ollama",
)
Expand Down
1 change: 1 addition & 0 deletions book_maker/translator/chatgptapi_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"gpt-4-1106-preview",
"gpt-4",
"gpt-4-32k",
"gpt-4o-2024-05-13",
"gpt-4-0613",
"gpt-4-32k-0613",
]
Expand Down
Loading

0 comments on commit a4df3d7

Please sign in to comment.