Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

与 “freegpt35 ”的连接错误 #569

Open
1 task done
apaz-dev opened this issue Jan 12, 2025 · 4 comments
Open
1 task done

与 “freegpt35 ”的连接错误 #569

apaz-dev opened this issue Jan 12, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@apaz-dev
Copy link

是否已存在类似问题?

  • 我已搜索现有问题

当前行为

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 apaz-dev added the bug Something isn't working label Jan 12, 2025
@apaz-dev
Copy link
Author

apaz-dev commented Jan 12, 2025

I wanted to add that if I change http://localhost:3040/v1/ to http://ip:3040/v1/ I get this error

webui    | 2025-01-12 17:22:38 | INFO | "./app/services/llm.py:363": generate_terms - subject: Story about Aleksei Navalny and his poisoning
webui    | 2025-01-12 17:22:38 | INFO | "./app/services/llm.py:20": _generate_response - llm provider: openai
webui    | 2025-01-12 17:22:39 | ERROR | "./app/services/llm.py:371": generate_terms - failed to generate video script: Error: 'NoneType' object is not subscriptable

And in the logs of freegpt35 this is what comes out
image

@naffan2014
Copy link

i am facing same question too

@naffan2014
Copy link

This project is a bit outdated and isn’t working right now. We’ll update it, but we’re tied up with another project at the moment. In the meantime, you’re welcome to use our hosted models for free. from pawanOsman/ChatGPT readme

@apaz-dev
Copy link
Author

This project is a bit outdated and isn’t working right now. We’ll update it, but we’re tied up with another project at the moment. In the meantime, you’re welcome to use our hosted models for free. from pawanOsman/ChatGPT readme

You can also use g4f from here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants