We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d19f3a commit e559f43Copy full SHA for e559f43
1 file changed
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