We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78b354 commit b7baef3Copy full SHA for b7baef3
swirl/views_helpers/search_rag.py
@@ -62,7 +62,7 @@ def get_rag_result(self) -> tuple[str, dict[str, str]]:
62
if rag_processor.validate():
63
result = rag_processor.process(should_return=True)
64
if result == 0:
65
- return "API key is required to initialize AIClient"
+ return "Please check the OpenAI or Azure/OpenAI credentials in your environment."
66
67
if self.search_id in instances:
68
del instances[self.search_id]
0 commit comments