You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After update the extension in 20240622,when i use gpt-4o apikey occered error "API check for openai failed with: Error connecting to the LLM: API error: Error code: 400 - {'error': {'message': "Unknown parameter: 'stream_options'. (request id: 2024062310172985662975484060090) (request id: 202406231017298283504288geyfPln)", 'type': 'invalid_request_error', 'param': 'stream_options', 'code': 'unknown_parameter'}} ;I keep getting this error whether I'm importing a project or creating a new one
The text was updated successfully, but these errors were encountered:
I came across similar issue with claude3.5 sonnet. Every .html file seems good to me.
Error connecting to the LLM: API error: Error code: 400 - {'error': {'message': "Unable to render prompt template:
Unexpected end of template. Jinja was looking for the following tags: 'endblock'. The innermost block that needs to be closed is 'block'. (request id: 2024070209463069627827436227569)", 'type': 'invalid_request_error', 'param': '', 'code': 400}}
Version
VisualStudio Code extension
Operating System
Windows 11
What happened?
After update the extension in 20240622,when i use gpt-4o apikey occered error "API check for openai failed with: Error connecting to the LLM: API error: Error code: 400 - {'error': {'message': "Unknown parameter: 'stream_options'. (request id: 2024062310172985662975484060090) (request id: 202406231017298283504288geyfPln)", 'type': 'invalid_request_error', 'param': 'stream_options', 'code': 'unknown_parameter'}} ;I keep getting this error whether I'm importing a project or creating a new one
The text was updated successfully, but these errors were encountered: