Skip to content

Commit 9074271

Browse files
authored
small typo fix (#283)
1 parent c72ca7b commit 9074271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat_v2/chat_v2/page_chat/chat_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_ai_client() -> OpenAI | Together:
4141
)
4242

4343
case _:
44-
print("Invalid AI provider, pleaes set AI_PROVIDER environment variable")
44+
print("Invalid AI provider. Please set AI_PROVIDER environment variable")
4545

4646

4747
def get_ai_model() -> None:

0 commit comments

Comments
 (0)