You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Before submitting an issue, please make sure you've read the following documentation: [Getting Started (English)](https://github.com/harry0703/MoneyPrinterTurbo/blob/main/README-en.md#system-requirements-) or [快速开始 (Chinese)](https://github.com/harry0703/MoneyPrinterTurbo/blob/main/README.md#%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B-).**
Copy file name to clipboardExpand all lines: README-en.md
+17-73Lines changed: 17 additions & 73 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,15 @@ project. It allows for online use without deployment, which is very convenient.
38
38
- Chinese version: https://reccloud.cn
39
39
- English version: https://reccloud.com
40
40
41
-

41
+

42
42
43
43
## Thanks for Sponsorship 🙏
44
44
45
-
Thanks to Picwish https://picwish.cn for supporting and sponsoring this project, enabling continuous updates and maintenance.
45
+
Thanks to Picwish https://picwish.com for supporting and sponsoring this project, enabling continuous updates and maintenance.
46
46
47
47
Picwish focuses on the **image processing field**, providing a rich set of **image processing tools** that extremely simplify complex operations, truly making image processing easier.
48
48
49
-

49
+

50
50
51
51
## Features 🎯
52
52
@@ -65,11 +65,7 @@ Picwish focuses on the **image processing field**, providing a rich set of **ima
65
65
supports `subtitle outlining`
66
66
-[x] Supports **background music**, either random or specified music files, with adjustable `background music volume`
67
67
-[x] Video material sources are **high-definition** and **royalty-free**, and you can also use your own **local materials**
68
-
-[x] Supports integration with various models such as **OpenAI**, **Moonshot**, **Azure**, **gpt4free**, **one-api**,
69
-
**Qwen**, **Google Gemini**, **Ollama**, **DeepSeek**, **ERNIE** and more
70
-
- For users in China, it is recommended to use **DeepSeek** or **Moonshot** as the large model provider (directly accessible in China, no VPN needed. Free credits upon registration, generally sufficient for use)
71
-
72
-
❓[How to Use the Free OpenAI GPT-3.5 Model?](https://github.com/harry0703/MoneyPrinterTurbo/blob/main/README-en.md#common-questions-)
68
+
-[x] Supports integration with various models such as **OpenAI**, **Moonshot**, **Azure**, **gpt4free**, **one-api**, **Qwen**, **Google Gemini**, **Ollama**, **DeepSeek**, **ERNIE**, **Pollinations** and more
73
69
74
70
### Future Plans 📅
75
71
@@ -119,15 +115,20 @@ Picwish focuses on the **image processing field**, providing a rich set of **ima
119
115
120
116
## System Requirements 📦
121
117
122
-
- Recommended minimum 4 CPU cores or more, 8G of memory or more, GPU is not required
118
+
- Recommended minimum 4 CPU cores or more, 4G of memory or more, GPU is not required
123
119
- Windows 10 or MacOS 11.0, and their later versions
124
120
125
121
## Quick Start 🚀
126
122
127
-
Download the one-click startup package, extract and use directly (the path should not contain **Chinese characters**, **special characters**, or **spaces**)
123
+
### Run in Google Colab
124
+
Want to try MoneyPrinterTurbo without setting up a local environment? Run it directly in Google Colab!
125
+
126
+
[](https://colab.research.google.com/github/harry0703/MoneyPrinterTurbo/blob/main/docs/MoneyPrinterTurbo.ipynb)
[OpenAI has announced that ChatGPT with 3.5 is now free](https://openai.com/blog/start-using-chatgpt-instantly), and
316
-
developers have wrapped it into an API for direct usage.
317
-
318
-
**Ensure you have Docker installed and running**. Execute the following command to start the Docker service:
319
-
320
-
```shell
321
-
docker run -p 3040:3040 missuo/freegpt35
322
-
```
323
-
324
-
Once successfully started, modify the `config.toml` configuration as follows:
325
-
326
-
- Set `llm_provider` to `openai`
327
-
- Fill in`openai_api_key` with any value, for example, '123456'
328
-
- Change `openai_base_url` to `http://localhost:3040/v1/`
329
-
- Set `openai_model_name` to `gpt-3.5-turbo`
330
-
331
-
> Note: This method may be unstable
332
-
333
-
### ❓AttributeError: 'str' object has no attribute 'choices'
334
-
335
-
This issue is caused by the large language model not returning a correct response.
336
-
337
-
It's likely a network issue. Use a **VPN**, or set `openai_base_url` to your proxy, which should solve the problem.
338
-
339
-
At the same time, it is recommended to use **Moonshot** or **DeepSeek** as the large model provider, as these service providers have faster access and are more stable in China.
340
-
341
308
### ❓RuntimeError: No ffmpeg exe could be found
342
309
343
310
Normally, ffmpeg will be automatically downloaded and detected.
0 commit comments