mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 21:29:12 +00:00
Add default conversation command to auto switch b/w general, notes modes
This was the default behavior but behavior regressed when adding slash commands in PR #463
This commit is contained in:
@@ -109,7 +109,7 @@ def converse(
|
||||
api_key: Optional[str] = None,
|
||||
temperature: float = 0.2,
|
||||
completion_func=None,
|
||||
conversation_command=ConversationCommand.Notes,
|
||||
conversation_command=ConversationCommand.Default,
|
||||
):
|
||||
"""
|
||||
Converse with user using OpenAI's ChatGPT
|
||||
|
||||
Reference in New Issue
Block a user