backend does not see the character and lora #991
Answered
by
LostRuins
AmyTeaCode
asked this question in
Q&A
-
When I access the api and ask for the name that was configured through the character, I get something like AI ASSISTANT in response and it behaves differently, although the name was configured for Alice. And when I access the web panel, I get the name Alice and she behaves as prescribed in character context and lora. Maybe I'm doing something wrong |
Beta Was this translation helpful? Give feedback.
Answered by
LostRuins
Jul 13, 2024
Replies: 1 comment 5 replies
-
What frontend are you using? The API does not know the name of the character by default. You need to include that in the submitted context. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, here's a very simple example of using the KoboldCpp API to continue a conversation between the user and Gordon Ramsay, the AI will generate his next response
You can test it at http://localhost:5001/api and also view the swagger api documentation