mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Retrieve, create, and save conversations differently for ClientApplications (#656)
* Retrieve, create, and save conversations differently if they're coming from a client application - Not all of our client apps will necessarily maintain state over the conversation IDs available to a user. For some (single-threaded conversations), it should just use a single conversation. Fix the code to do so * Simplify conversation retrieval logic * Keep 0 padding below chat response * Add order_by sorting to retrieving the conversation without id
This commit is contained in:
@@ -1246,7 +1246,7 @@
|
||||
margin: 0;
|
||||
}
|
||||
.chat-message-text-response {
|
||||
margin-bottom: -16px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
/* Spinner symbol when the chat message is loading */
|
||||
|
||||
Reference in New Issue
Block a user