Skip to content

Commit 8be3e4e

Browse files
authored
Update chatui.py
1 parent 0e7b0d5 commit 8be3e4e

File tree

1 file changed

+1
-1
lines changed
  • examples/gemini/python/docs-agent/docs_agent/interfaces/chatbot

1 file changed

+1
-1
lines changed

examples/gemini/python/docs-agent/docs_agent/interfaces/chatbot/chatui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def ask_model(question, agent, template: str = "chatui/index.html"):
341341
type(aqa_response_json).to_dict(aqa_response_json), indent=2
342342
)
343343
else:
344-
# For the `gemini-*` model, alway use the Chroma database.
344+
# For the `gemini-*` model, always use the Chroma database.
345345
if docs_agent.config.docs_agent_config == "experimental":
346346
results_num = 10
347347
new_question_count = 5

0 commit comments

Comments
 (0)