Open alijundi opened 5 months ago
I noticed that we don't remember the context in the APi server which renders working via APi useless
```
// don't remember any context resetContext();
Related or duplicate of https://github.com/nomic-ai/gpt4all/issues/2602. There are two URLs (paths): /v1/completions and /v1/chat/completions. The former is for one-offs. Which one are you using? See also https://github.com/nomic-ai/gpt4all/wiki/Local-API-Server
Hi guys,
I have been testing gpt4all using the assistant on windows. It is working fine. However, when I call the same sequence
role user role assistant role user role assistant role use
above sequence for example it seems that the API reads all like if the user sent all in one message and the response is not the same when using the client on windows!
I can see all messages appear in the server chat as if it all came in one message and this is not following the conversation sequence (user then assistance then user.....)
I double checked the json file going to the API and the roles are in sequence and correct.
Is there a bug here or what shall I do? I need to use gpt4al via the API