muellerberndt / mini-agi

MiniAGI is a simple general-purpose autonomous agent based on the OpenAI API.
MIT License
2.81k stars 292 forks source link

Using another api to work with openai #58

Closed qazplmqaz closed 1 year ago

qazplmqaz commented 1 year ago

Can i use this repository to work with openai, it gives 10 hits per minute access which will be much faster than openai api?

muellerberndt commented 1 year ago

Hey! We currently rely on ThinkGPT as the llm backend so we only support what ThinkGPT supports. No plans to change this at the moment.