-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
area:chatRelates to chat interfaceRelates to chat interfacekind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
Traceback (most recent call last):
File "/Users/ty/Documents/continue-team/continue/continuedev/src/continuedev/libs/llm/proxy_server.py", line 70, in stream_chat
yield json.loads(chunk)
GeneratorExit
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ty/Documents/continue-team/continue/continuedev/src/continuedev/core/autopilot.py", line 293, in _run_singular_step
observation = await step(self.continue_sdk)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/ty/Documents/continue-team/continue/continuedev/src/continuedev/core/main.py", line 277, in __call__
return await self.run(sdk)
^^^^^^^^^^^^^^^^^^^
File "/Users/ty/Documents/continue-team/continue/continuedev/src/continuedev/steps/core/core.py", line 634, in run
await self.stream_rif(rif, sdk)
File "/Users/ty/Documents/continue-team/continue/continuedev/src/continuedev/steps/core/core.py", line 560, in stream_rif
await generator.aclose()
File "/Users/ty/Documents/continue-team/continue/continuedev/src/continuedev/libs/llm/proxy_server.py", line 72, in stream_chat
raise Exception(str(line[0]))
Exception: b'{"content": "</"}\n'
Metadata
Metadata
Assignees
Labels
area:chatRelates to chat interfaceRelates to chat interfacekind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
