MoneyPrinterTurbo icon indicating copy to clipboard operation
MoneyPrinterTurbo copied to clipboard

与 “freegpt35 ”的连接错误

Open apaz-dev opened this issue 1 month ago • 6 comments

是否已存在类似问题?

  • [X] 我已搜索现有问题

当前行为

When I access the webui and enter the video description and click on “Click to use AI to generate [Video Script] and [Video Keywords] based on ‘ I receive this error ’

webui    | 2025-01-12 17:00:13 | INFO | "./app/services/llm.py:363": generate_terms - subject: Story about Aleksei Navalny and his poisoning
webui    | 2025-01-12 17:00:13 | INFO | "./app/services/llm.py:20": _generate_response - llm provider: openai
webui    | 2025-01-12 17:00:15 | ERROR | "./app/services/llm.py:371": generate_terms - failed to generate video script: Error: Connection error.

预期行为

Generate the video script and keywords and not receive an error

重现步骤

Step 1: Download and run the fregpt35 docker image

docker run -p 3040:3040 missuo/freegpt35

Step 2: Open a new terminal Step 3: Git clone the MoneyPrinterTurbo Repo

git clone https://github.com/harry0703/MoneyPrinterTurbo.git

Step 4: Configure the config.toml Step 5: Run

docker-compose up

堆栈追踪/日志

Freegpt35 logs-> image MoneyPrinteerTurbo logs -> image

Python 版本

Python 3.11.2 (It is not the container version, it is the host version.)

操作系统

Debian

MoneyPrinterTurbo 版本

v1.2.2 (docker-compose version)

其他信息

This is what the MoneyPrinterTurbo configuration looks like. image

This is what I see when I make a normal get request with the browser at http://localhost:3040/v1/. image

apaz-dev avatar Jan 12 '25 17:01 apaz-dev