node-chatgpt-api icon indicating copy to clipboard operation
node-chatgpt-api copied to clipboard

Combine with Auto-GPT?

Open Sissidark opened this issue 1 year ago • 4 comments

https://github.com/Torantulino/Auto-GPT

I don't know if this is possible

Sissidark avatar Apr 13 '23 09:04 Sissidark

You'll need to explain what exactly you mean by "combine with Auto-GPT".

waylaidwanderer avatar Apr 14 '23 01:04 waylaidwanderer

You'll need to explain what exactly you mean by "combine with Auto-GPT".

I mean can you also introduce the AutoGPT project into this project, so that PandoraAI can complete the user's goals like that project.

Sissidark avatar Apr 15 '23 13:04 Sissidark

You'll need to explain what exactly you mean by "combine with Auto-GPT".

I mean can you also introduce the AutoGPT project into this project, so that PandoraAI can complete the user's goals like that project.

if combine "goals" stuff with jailbroken bing, that would be great)

headstone1990 avatar Apr 16 '23 09:04 headstone1990

It is possible but you will have to adapt "Auto-GPT" source code :

  • The messages format must be adapted,
  • The reponse format must be adapted
  • They use chatGPT API Embedding for memory purpose

I tried to plug it by doing these modifications and the result is not convincing yet

jponte84 avatar Apr 30 '23 09:04 jponte84