ollama
ollama copied to clipboard
Suggestion: Ignore previous context in chat api.
Sometimes, we may change subjects when talking. All previous talks are irrelevant. But in chat API, there is no parameter for that. So maybe we can add a bool like isNewChat to start a new conversation.
If you dont send in messages there is No context
If you dont send in messages there is No context
No. The contexts are implicitly included, even you don't send them in messages. You can find it easily