You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't the first quote just loop until it hits "assistant" as a role? I want to enter a "system" message and then a "user" message after. But then the logic here would cause the system to think it is a new conversation because it doesn't match the last conversation.
I can put a user message and after a system message but the chat response behaves badly when I do this.
The text was updated successfully, but these errors were encountered:
gpt-llama.cpp/routes/chatRoutes.js
Lines 100 to 104 in 1c8b1c1
...
gpt-llama.cpp/routes/chatRoutes.js
Lines 115 to 120 in 1c8b1c1
Shouldn't the first quote just loop until it hits "assistant" as a role? I want to enter a "system" message and then a "user" message after. But then the logic here would cause the system to think it is a new conversation because it doesn't match the last conversation.
I can put a user message and after a system message but the chat response behaves badly when I do this.
The text was updated successfully, but these errors were encountered: