KoboldAI-Client
KoboldAI-Client copied to clipboard
Generate requests for multiple chat sessions
I want to have different characters (stories) in chat mode and send for each of them their requests and have different chat sessions with that different characters . And when i will send request through api, it will be for specific character and chat session. Does KoboldAIClient API have this functional? Can't find this one in docs (
By default the API will process what you send to it verbatim. So when you send something for one character it wont be remembered in the next request. So its all about how you craft your requests.
If i correctly understood i don't have chat id, to send api request only for specific chat session and i need to create my text in request with specific way which provide logical continue of conversation for exact story?
Correct yes, the API by default goes straight to the generator so the "history" in the text you send to the API provides it with the context on what to do next.