From 6c0f1e3b95397c535059f814223136acdbcbdcba Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 22 Jun 2023 10:02:47 +0800 Subject: [PATCH] Remove duplicated information (#303) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c098a46..ce33a17 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,6 @@ The bilingual_book_maker is an AI translation tool that uses ChatGPT to assist u If using `GPT4`, you can add `--use_context` to add a context paragraph to each passage sent to the model for translation (see below) - support DeepL model [DeepL Translator](https://rapidapi.com/splintPRO/api/deepl-translator) need pay to get the token use `--model deepl --deepl_key ${deepl_key}` - support DeepL free model `--model deeplfree` -- The default underlying model is [GPT-3.5-turbo](https://openai.com/blog/introducing-chatgpt-and-whisper-apis), which is used by ChatGPT currently. Use `--model gpt3` to change the underlying model to `GPT3` -- Support DeepL model [DeepL Translator](https://rapidapi.com/splintPRO/api/deepl-translator) need pay to get the token use `--model deepl --deepl_key ${deepl_key}` - Support [Claude](https://console.anthropic.com/docs) model, use `--model claude --claude_key ${claude_key}` - Use `--test` option to preview the result if you haven't paid for the service. Note that there is a limit and it may take some time. - Set the target language like `--language "Simplified Chinese"`. Default target language is `"Simplified Chinese"`.