We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72ca7b commit 9074271Copy full SHA for 9074271
chat_v2/chat_v2/page_chat/chat_state.py
@@ -41,7 +41,7 @@ def get_ai_client() -> OpenAI | Together:
41
)
42
43
case _:
44
- print("Invalid AI provider, pleaes set AI_PROVIDER environment variable")
+ print("Invalid AI provider. Please set AI_PROVIDER environment variable")
45
46
47
def get_ai_model() -> None:
0 commit comments