We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d19f3a + e559f43 commit 681f5ceCopy full SHA for 681f5ce
interpreter/core/async_core.py
@@ -897,7 +897,7 @@ async def chat_completion(request: ChatCompletionRequest):
897
898
else:
899
if async_interpreter.context_mode:
900
- # In context mode, we only respond if we recieved a {START} message
+ # In context mode, we only respond if we received a {START} message
901
# Otherwise, we're just accumulating context
902
if last_message.content == "{START}":
903
if async_interpreter.messages[-1]["content"] == "{START}":
0 commit comments