getappmap / vscode-appland

AppLand extension for VSCode
MIT License
142 stars 16 forks source link

fix: Write an OpenAI-compatible error when context overflows #1031

Closed dustinbyrne closed 1 month ago

dustinbyrne commented 1 month ago

Previously the server would report an error stating Message exceeds token limit..

This error is now transformed into an OpenAI API compatible error, mimicking the same error returned by the official OpenAI API. This change allows Navie to properly reduce the token count before trying again.

appland-release commented 1 month ago

:tada: This PR is included in version 0.130.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: