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

NEW UPDATE with free official CHATGPT API #14

Open
IntelligenzaArtificiale opened this issue Apr 27, 2023 · 15 comments
Open

NEW UPDATE with free official CHATGPT API #14

IntelligenzaArtificiale opened this issue Apr 27, 2023 · 15 comments
Labels
enhancement New feature or request

Comments

@IntelligenzaArtificiale
Copy link
Owner

I have fixed the repository, please try now to redownload

Open an issue if you have any problems. Please don't be aggressive, I'm working hard to allow you to develop or use AI AGENTS without paying for OPENAI, PINECONE or other APIs. THANK YOU.

@IntelligenzaArtificiale IntelligenzaArtificiale added the enhancement New feature or request label Apr 27, 2023
@FlamingFury00
Copy link
Contributor

Ciao, per caso non hai ancora aggiunto il file AUTOGPT.py perchè nel README è menzionato ma nella repository non esiste.

@IntelligenzaArtificiale
Copy link
Owner Author

Ciao, per caso non hai ancora aggiunto il file AUTOGPT.py perchè nel README è menzionato ma nella repository non esiste.

Eccolo aggiunto ora scusa 👍🏻 https://github.com/IntelligenzaArtificiale/Free-AUTOGPT-with-NO-API/blob/main/AUTOGPT.py

@FlamingFury00
Copy link
Contributor

Grazie, un'altra cosa. Quando viene scaricata la repository c'è un conflitto di nomi fra i due file BabyAGI e BABYAGI. Siccome l'ultimo è quello utilizzato, mentre l'altro è deprecato si potrebbe eliminare BabyAGI per non confondere?

@IntelligenzaArtificiale
Copy link
Owner Author

Grazie, un'altra cosa. Quando viene scaricata la repository c'è un conflitto di nomi fra i due file BabyAGI e BABYAGI. Siccome l'ultimo è quello utilizzato, mentre l'altro è deprecato si potrebbe eliminare BabyAGI per non confondere?

Grazie lo ho appena rimosso, non sai da quante ISSUE mi hai appena salvato 🥇 grazie davvero.

@FlamingFury00
Copy link
Contributor

Di nulla, se posso aiutare faccio con piacere! Ho trovato un altro problema: il modulo 'spawn' della libreria pexpect non funziona su Windows. Potresti specificare nel README di utilizzare il WSL (Sottosistema Linux per Windows) per superarlo. Altra cosa, ho aggiunto nel file AUTOGPT.py un comando input come su BABYAGI in modo che l'utente può specificare l'obiettivo direttamente nel terminale senza aprire ogni volta il file.

P.S.: Sto seguendo vari progetti riguardo AutoGPT e GPT in generale. Grazie a xTekky che sta trovando API per utilizzare GPT-3.5 e 4 si potrebbe aggiungere anche nel tuo (e in un altro che sto seguendo) per utilizzare AutoGPT gratis. Per ora sto ancora studiando il tutto, ma quando sarò pronto ti farò una push request. Ciao!

@appoggio
Copy link

@IntelligenzaArtificiale Hi man, I had recently downloaded your repository (when you had writesonic, you, Quora and Phind apis) and it didn't work.

Now I'm impressed work perfectly! In the last few weeks between OpenAI and Pinecone I spent almost 100$. $70 for the monthly Pinecone subscription and about $30 for OpenAI Embeddings and Generative calls.

I currently have ununtu and I haven't had any problems, they(Autogpt, BabyAgy and Camel) work great.

You don't know how much I would like to thank you for this project. I hope people understand its importance.

If I can give you some advice, add the ability to insert the Goal of AUTOGPT.py as you did on BABYAGY.PY . It's inconvenient to edit the .py file every time to change the GOAL.

I will eagerly await new updates.

@IntelligenzaArtificiale
Copy link
Owner Author

Di nulla, se posso aiutare faccio con piacere! Ho trovato un altro problema: il modulo 'spawn' della libreria pexpect non funziona su Windows. Potresti specificare nel README di utilizzare il WSL (Sottosistema Linux per Windows) per superarlo. Altra cosa, ho aggiunto nel file AUTOGPT.py un comando input come su BABYAGI in modo che l'utente può specificare l'obiettivo direttamente nel terminale senza aprire ogni volta il file.

P.S.: Sto seguendo vari progetti riguardo AutoGPT e GPT in generale. Grazie a xTekky che sta trovando API per utilizzare GPT-3.5 e 4 si potrebbe aggiungere anche nel tuo (e in un altro che sto seguendo) per utilizzare AutoGPT gratis. Per ora sto ancora studiando il tutto, ma quando sarò pronto ti farò una push request. Ciao!

Assolutamente devo approfondire la questione Windows, al momento io lavoro solonsu macchine Linux . La tua idea di consigliare il Wsl è fantastico, e la integrerò sicuramente, magari creando un file .bat di autoinstallazione .

Anche per quanto riguarda il set del obiettivo di AutoGpt hai ragione, lo devo implementare per renderlo più comodo, ma avevamo fretta ed euforia di caricare tutto 😅.

Con xtkkey ci siamo sentiti e ci stiamo aiutando a vicenda per diversi progetti. Prima di questo update tutto si basava sulle API del repository di xtkkey/gpt4-free . Il problema è che è ancora altamente instabile, ogni giorno le API vanno down e il repository si riempiva di ISSUE non inerenti al nostro progetto.

Per questo Abbiamo deciso di fare un reverse engineering direttamente su OpenAi tramite il Token di autenticazione. Poi abbiamo fatto un reverse engineering sulle API di Embedding di OpenAi e siamo riusciti a ricreare gratis con Hugging face.

Al momento è molto stabile, se vuoi scrivici sulla chat del nostro sito intelligenzaartificialeitalia.net e ti I template dei connettori custom LLM per tutte le api di Xtkkey.

Comunque non sappiamo come ringraziarti ci stai aiutando molto🚀 GRAZIE DAVVERO👨‍💻 Aspettiamo la tua push 🤗

@IntelligenzaArtificiale
Copy link
Owner Author

@IntelligenzaArtificiale Hi man, I had recently downloaded your repository (when you had writesonic, you, Quora and Phind apis) and it didn't work.

Now I'm impressed work perfectly! In the last few weeks between OpenAI and Pinecone I spent almost 100$. $70 for the monthly Pinecone subscription and about $30 for OpenAI Embeddings and Generative calls.

I currently have ununtu and I haven't had any problems, they(Autogpt, BabyAgy and Camel) work great.

You don't know how much I would like to thank you for this project. I hope people understand its importance.

If I can give you some advice, add the ability to insert the Goal of AUTOGPT.py as you did on BABYAGY.PY . It's inconvenient to edit the .py file every time to change the GOAL.

I will eagerly await new updates.

WOW Great, we've worked hard, and we're just getting started. This project is a Beta for us.
Which gives anyone the opportunity to integrate an LLM connector based on the chatGPT model completely free.

Soon we will also release our intelligent agent capable of interacting with over 15 tools in a completely independent way. Stay tuned and help us share the repository. Soon you will see some beautiful update 🚀🇮🇹

@FlamingFury00
Copy link
Contributor

Di nulla, se posso aiutare faccio con piacere! Ho trovato un altro problema: il modulo 'spawn' della libreria pexpect non funziona su Windows. Potresti specificare nel README di utilizzare il WSL (Sottosistema Linux per Windows) per superarlo. Altra cosa, ho aggiunto nel file AUTOGPT.py un comando input come su BABYAGI in modo che l'utente può specificare l'obiettivo direttamente nel terminale senza aprire ogni volta il file.
P.S.: Sto seguendo vari progetti riguardo AutoGPT e GPT in generale. Grazie a xTekky che sta trovando API per utilizzare GPT-3.5 e 4 si potrebbe aggiungere anche nel tuo (e in un altro che sto seguendo) per utilizzare AutoGPT gratis. Per ora sto ancora studiando il tutto, ma quando sarò pronto ti farò una push request. Ciao!

Assolutamente devo approfondire la questione Windows, al momento io lavoro solonsu macchine Linux . La tua idea di consigliare il Wsl è fantastico, e la integrerò sicuramente, magari creando un file .bat di autoinstallazione .

Anche per quanto riguarda il set del obiettivo di AutoGpt hai ragione, lo devo implementare per renderlo più comodo, ma avevamo fretta ed euforia di caricare tutto 😅.

Con xtkkey ci siamo sentiti e ci stiamo aiutando a vicenda per diversi progetti. Prima di questo update tutto si basava sulle API del repository di xtkkey/gpt4-free . Il problema è che è ancora altamente instabile, ogni giorno le API vanno down e il repository si riempiva di ISSUE non inerenti al nostro progetto.

Per questo Abbiamo deciso di fare un reverse engineering direttamente su OpenAi tramite il Token di autenticazione. Poi abbiamo fatto un reverse engineering sulle API di Embedding di OpenAi e siamo riusciti a ricreare gratis con Hugging face.

Al momento è molto stabile, se vuoi scrivici sulla chat del nostro sito intelligenzaartificialeitalia.net e ti I template dei connettori custom LLM per tutte le api di Xtkkey.

Comunque non sappiamo come ringraziarti ci stai aiutando molto🚀 GRAZIE DAVVERO👨‍💻 Aspettiamo la tua push 🤗

Ah non sapevo foste già in contatto con xTekky. Se riusciste a lavorare insieme su più fronti, questo diventerà sicuramente un progetto ancora più incredibile di quando non lo sia già! Purtroppo so che i siti non sono stabili e ogni giorno qualcuno chiude per abuso di richieste (giustamente). Io proverò a trovare qualche modo comunque e vi farò sicuramente una push request se riesco. Per ora posso aiutarvi solamente con piccole cose 👍.

@Tommy1968finance
Copy link

very cool project , the future Is here

@alxspiker
Copy link

The best! Would like to use a local model which I know I can edit in the code myself, but I see you are adding support so I will wait.

@gptlang
Copy link

gptlang commented May 1, 2023

What are you using for vector db?

@sambickeita
Copy link

Keep up the great work in democratizing AI! Your efforts are making a positive impact by making this technology accessible to more people. The potential for AI to change the world is huge, and your team is helping to ensure that this change is more equitable and inclusive. Your work is inspiring and important, and I wish you all the best in your endeavors.

@jonhs22
Copy link

jonhs22 commented May 24, 2023

Hello !! I am new to that but I see the best work in this project. can you help me with that error I got when it run for 2 minutes (JSONDecodeError: Expecting value: line 1 column 1 (char 0))

@FlamingFury00
Copy link
Contributor

Hello !! I am new to that but I see the best work in this project. can you help me with that error I got when it run for 2 minutes (JSONDecodeError: Expecting value: line 1 column 1 (char 0))

Hello. That happens because you didn't put the cookies in the file cookiesBing.json or cookiesHuggingFace.json. Another problem could be that you have put them in the wrong format, so check the README and follow the steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

8 participants