Miserlou / Helix

Engineering Consciousness
GNU Affero General Public License v3.0
127 stars 6 forks source link

Using chatgpt instead of openai #2

Open mmabrouk opened 1 year ago

mmabrouk commented 1 year ago

Hey I just saw your comment in hn. I see that your project can eat lots of openai credits, maybe it makes sense to use a chatgpt wrapper instead (https://github.com/mmabrouk/chatgpt-wrapper). The project is still nascent, I welcome any PRs :)

Miserlou commented 1 year ago

Ahhh, clever, I like it. I'm sure ChatGPT is going to have a proper API endpoint some time soon, but this looks like a good stopgap.

Does your project provide a little API? It'd be perfect if I could just run chatgpt-wrapper as an independent process on the system then interact with it with little API calls from a Helix module.

Miserlou commented 1 year ago

Ah, I guess you've considered this. Related: https://github.com/mmabrouk/chatgpt-wrapper/issues/127

Let me know when this gets sorted!

mmabrouk commented 1 year ago

An early version should be working. Would love to get some feedback on this!

Miserlou commented 1 year ago

Hey, alright! Let's party.