Open FromCollin opened 1 year ago
So I tested it just now on the two API examples: streaming and no streaming and neither work since this extension only operates in chat mode at the moment. I'll make this clear in the limitations.
Is there a way to make it work with the API using sessions?
Having dug pretty deep into the api to the point of having 3 characters talking to each other, Here are my findings on making this available to the API. Your characters aren't available to the API. You have the send their context with each message. You would need an implementation that is designed to work with your API access point that modifies your prompt from there. I don't know if this code could be modified to do that and turned into a library. I know it would be a fair bit of work to turn script.py into a library and then a wrapper around that library.
I hope to add support for the API, mainly to include support for RisuAI. I am more accustomed to using RisuAI by connecting to the web UI through the API. If possible, I would appreciate the support. Thank you
I like this idea and hope it continues to grow - does it work with the api?