From 4d176c61079285107beb0789a27735952f351bc1 Mon Sep 17 00:00:00 2001
From: harry English | 简体中文
-
-> Thanks to [RootFTW](https://github.com/Root-FTW) for the translation
-
+
Simply provide a topic or keyword for a video, and it will automatically generate the video copy, video
materials, video subtitles, and video background music before synthesizing a high-definition short video.
@@ -59,8 +59,7 @@ https://reccloud.com
- [x] Supports integration with various models such as **OpenAI**, **moonshot**, **Azure**, **gpt4free**, **one-api**,
**qianwen**, **Google Gemini**, **Ollama** and more
- ❓[How to Use the Free OpenAI GPT-3.5 Model?](https://github.com/harry0703/MoneyPrinterTurbo/blob/main/README-en.md#common-questions-)
-
+❓[How to Use the Free OpenAI GPT-3.5 Model?](https://github.com/harry0703/MoneyPrinterTurbo/blob/main/README-en.md#common-questions-)
### Future Plans 📅
@@ -261,12 +260,16 @@ own fonts.
## Common Questions 🤔
### ❓How to Use the Free OpenAI GPT-3.5 Model?
-[OpenAI has announced that ChatGPT with 3.5 is now free](https://openai.com/blog/start-using-chatgpt-instantly), and developers have wrapped it into an API for direct usage.
+
+[OpenAI has announced that ChatGPT with 3.5 is now free](https://openai.com/blog/start-using-chatgpt-instantly), and
+developers have wrapped it into an API for direct usage.
**Ensure you have Docker installed and running**. Execute the following command to start the Docker service:
+
```shell
docker run -p 3040:3040 missuo/freegpt35
```
+
Once successfully started, modify the `config.toml` configuration as follows:
- Set `llm_provider` to `openai`
diff --git a/README.md b/README.md
index c1c8cb0..42b4c12 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,9 @@