mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Explicitly ask Gemini models to format their response with markdown
Otherwise it can get confused by the format of the passed context (e.g respond in org-mode if context contains org-mode notes)
This commit is contained in:
parent
7fb4c2939d
commit
f0dcfe4777
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Instructions:\n{bio}
|
|||
# Prompt forked from https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models
|
||||
gemini_verbose_language_personality = """
|
||||
All questions should be answered comprehensively with details, unless the user requests a concise response specifically.
|
||||
Respond in the same language as the query.
|
||||
Respond in the same language as the query. Use markdown to format your responses.
|
||||
""".strip()
|
||||
|
||||
## General Conversation
|
||||
|
|
Loading…
Add table
Reference in a new issue