mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-02 09:30:24 +00:00
fix: bump version
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
2f92e3dee5
commit
85112cc0fc
@ -87,6 +87,9 @@ python3 make_book.py --book_name test_books/animal_farm.epub --model gpt4 --use_
|
||||
# Use a specific OpenAI model alias
|
||||
python3 make_book.py --book_name test_books/animal_farm.epub --model openai --model_list gpt-4-1106-preview --openai_key ${openai_key}
|
||||
|
||||
**Note** you can use other `openai like` model in this way
|
||||
python3 make_book.py --book_name test_books/animal_farm.epub --model openai --model_list yi-34b-chat-0205 --openai_key ${openai_key} --api_base "https://api.lingyiwanwu.com/v1"
|
||||
|
||||
# Use a specific list of OpenAI model aliases
|
||||
python3 make_book.py --book_name test_books/animal_farm.epub --model openai --model_list gpt-4-1106-preview,gpt-4-0125-preview,gpt-3.5-turbo-0125 --openai_key ${openai_key}
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ packages = [
|
||||
setup(
|
||||
name="bbook_maker",
|
||||
description="The bilingual_book_maker is an AI translation tool that uses ChatGPT to assist users in creating multi-language versions of epub/txt files and books.",
|
||||
version="0.7.9",
|
||||
version="0.8.0",
|
||||
license="MIT",
|
||||
author="yihong0618",
|
||||
author_email="zouzou0208@gmail.com",
|
||||
|
Loading…
x
Reference in New Issue
Block a user