FREE chatgpt4 and chatgpt3.5 [no api key.]

Hmmm probably because of an incompatible processor or something. I am on apple silicon. I tried running the container and it worked without any hassle.
View attachment 258283

What processor are you using? Also what OS? What's your docker and docker-compose version?
Can you please explain the Python version you are using? @BlurryBit
 
Can you please explain the Python version you are using? @BlurryBit
I am not installing python manually.

If you use the docker compose file provided, the necessary softwares will all be installed for you, in a virtualised environment (e.g. a docker container). Your machine's python will not interfere with that. Even if your machine does not have python, the docker compose file will still work just fine.
 
Hmmm probably because of an incompatible processor or something. I am on apple silicon. I tried running the container and it worked without any hassle.
View attachment 258283

What processor are you using? Also what OS? What's your docker and docker-compose version?
Thank you for your reply ,
I will give you the info you asked for .
I am using an old macbook retina 2016
the processor is a 1.1ghz Intel core m3 dual core
Monterey operating system version 12.6.6
The desktop version of docker is 4.19.0 (106363)
The version of compose is Compose: v2.17.3
 
Thank you for your reply ,
I will give you the info you asked for .
I am using an old macbook retina 2016
the processor is a 1.1ghz Intel core m3 dual core
Monterey operating system version 12.6.6
The desktop version of docker is 4.19.0 (106363)
The version of compose is Compose: v2.17.3
Hmm looks about right except for the old mac.. Maybe try opening an issue in the original repo.
https://github.com/xtekky/gpt4free/issues Or try with another machine :)
 
Thank you for your reply ,
I will give you the info you asked for .
I am using an old macbook retina 2016
the processor is a 1.1ghz Intel core m3 dual core
Monterey operating system version 12.6.6
The desktop version of docker is 4.19.0 (106363)
The version of compose is Compose: v2.17.3
@luk75, could you please do me a favor and let me know if you have any experience using Python on a Mac? Also, be aware that with the new versions of Python, you may need to use the command "py "thescriptname".py" for execution, while in other installations, you may have to use "python ....py". Can you try running the process with Python and document your experience? If you encounter any issues, please take a screenshot and share it with me in this thread, and I will try to provide guidance.
Hmm looks about right except for the old mac.. Maybe try opening an issue in the original repo.
https://github.com/xtekky/gpt4free/issues Or try with another machine :)
I agree with BlurryBit, you should try a different PC, I havent had not even 1 error since the day I installed it, and no errors while installing it either.
 
I'm very exciting about the major update, I dont know what this guy has planned... or what he has on mind... but I think is going to be great.

1684936995833.png
 
@luk75, could you please do me a favor and let me know if you have any experience using Python on a Mac? Also, be aware that with the new versions of Python, you may need to use the command "py "thescriptname".py" for execution, while in other installations, you may have to use "python ....py". Can you try running the process with Python and document your experience? If you encounter any issues, please take a screenshot and share it with me in this thread, and I will try to provide guidance.

I agree with BlurryBit, you should try a different PC, I havent had not even 1 error since the day I installed it, and no errors while installing it either.
I will definitely do all the appropriate tests , so we will be in a position to help those who have some problems , even if my python knowledge is very limited .
I have a windows machine which is definitely more powerful but at the moment it is running complex and resource-intensive system processes .
Once finished , I will try the installation there too , to see if indeed the problem is the macbook which is too dated .
 
i knew about forefront AI but found a few others from the repo you shared. also, python script is very cool. Great share mate!
 
Well the simplest form of installation is using docker. Install docker on windows or Linux, and then clone the repo using git clone or just download the repository as zip and extract it and goto gpt4free folder and run the below commands.

git clone https://github.com/xtekky/gpt4free

cd gpt4free

1) docker build -t gpt4free:latest .

2) docker run -p 80:8501 gpt4free:latest

If you want it run on a different port than 80, change accordingly. It will display what url you need to use to access after step 2. By default, you.com A.I will be available. It won’t work if you are using a VPN or running it in a server that has datacenter IP. In that case you can try the gpt4free/aiassist one. Yet to try the forefront one.
First of all thanks for posting. I get these error when trying to execute the commands.

Error trying to execute point no. 1)
1688294120118.png


Error trying to execute point no. 2)
1688294275796.png


Can someone please help and elaborate on what I did wrong? Thanks! :)
 
Great sharing .
I just bookmarked .
Thank you for sharing this bro .
 
This is interesting, as a dev I wonder why I didn't think of this. Are the models truly gpt4 though, because Bing uses its own version of gpt4 that can hesitate to answer even basic questions.
 
First of all thanks for posting. I get these error when trying to execute the commands.

Error trying to execute point no. 1)
View attachment 266400

Error trying to execute point no. 2)
View attachment 266401

Can someone please help and elaborate on what I did wrong? Thanks! :)
Do me a favour please, try using python to run it.

Great sharing .
I just bookmarked .
Thank you for sharing this bro .
Glad you liked it.

This is interesting, as a dev I wonder why I didn't think of this. Are the models truly gpt4 though, because Bing uses its own version of gpt4 that can hesitate to answer even basic questions.
Indeed, to be fair bob, I'm not participating on that git, from what I know is that they are using the gpt4 model from openai, but as you can see the keys they provide are reversed from companies that use them.
 
Do me a favour please, try using python to run it.


Glad you liked it.


Indeed, to be fair bob, I'm not participating on that git, from what I know is that they are using the gpt4 model from openai, but as you can see the keys they provide are reversed from companies that use them.
First of all you are the real MVP for this share @justmeseo!!!
But I'm also struggling trying to make this run on my computer as a none coder. I still haven't found a video on YouTube that explains step by step on how to import a code from github and run on my computer:(.
Do you have any more suggestions?
 
First of all you are the real MVP for this share @justmeseo!!!
But I'm also struggling trying to make this run on my computer as a none coder. I still haven't found a video on YouTube that explains step by step on how to import a code from github and run on my computer:(.
Do you have any more suggestions?
To be fair my bro, I dont actually run the docker version, I believe it has been reported on the git before that few people have some issues with the docker version and the hardware system that they are running it from, I would really suggest to follow the guide on git with the python version, it isnt that hard, its like 3-4 lines of code that you need to input in the terminal, it will be easier for me to help you find the error with the python version than with the docker tbh.
 
To be fair my bro, I dont actually run the docker version, I believe it has been reported on the git before that few people have some issues with the docker version and the hardware system that they are running it from, I would really suggest to follow the guide on git with the python version, it isnt that hard, its like 3-4 lines of code that you need to input in the terminal, it will be easier for me to help you find the error with the python version than with the docker tbh.
I managed to get myself through but now I'm stocked at step 6. I created a new folder in the root on visual studio code but what should i do next? Its not really clear to me and also a bit confusing. What does Usage Package mean and where should i import the "g4f" code. Where should import the provider code? Should I create a new file in the root folder? Can you please elaborate step by step what to do? Thanks in advance! :)
 
I managed to get myself through but now I'm stocked at step 6. I created a new folder in the root on visual studio code but what should i do next? Its not really clear to me and also a bit confusing. What does Usage Package mean and where should i import the "g4f" code. Where should import the provider code? Should I create a new file in the root folder? Can you please elaborate step by step what to do? Thanks in advance! :)
Haha that's a whole lot of confusion, if you have got zoom or teamviewer I can join you
 
Back
Top