openplayground icon indicating copy to clipboard operation
openplayground copied to clipboard

is there an API?

Open ralyodio opened this issue 1 year ago • 4 comments

Wondering how I can use this instead of openai api -- does this program provide a rest api?

ralyodio avatar Apr 25 '23 05:04 ralyodio

I also need rest api of this . can you develop this

fungoindia avatar Apr 25 '23 06:04 fungoindia

i think llama.cpp can provide an api but i have no idea how to use it.

ralyodio avatar Apr 25 '23 07:04 ralyodio

https://github.com/IntelligenzaArtificiale/Free-AUTO-GPT-with-NO-API https://github.com/dikkietrom/KITT-AI-Browser < includes nat.dev plugin

dikkietrom avatar May 06 '23 22:05 dikkietrom

ps check these plugins for different ways of controlling anything online https://github.com/dikkietrom/KITT-AI-Browser/tree/main/plugins/gpt-api-hack with user events and delta content listener or by directly working with backend api as in the nat.dev plugin https://github.com/dikkietrom/KITT-AI-Browser/tree/main/plugins/nat-dev

You can do it easy yourself by opening the network tab in the debugger and just copy what goes down. EG image

image

dikkietrom avatar May 06 '23 22:05 dikkietrom