Model with non-/v1 apibase fails to load in Continue plugin for JetBrains IDE, while other models with http://xxx/v1 apibase work fine #11753
gavinwang668
started this conversation in
Models + Providers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the Continue plugin in my JetBrains IDE (e.g., IntelliJ IDEA) and have configured multiple models. When reloading the configuration, all models work correctly except one. The problematic model has an
apibasethat does not end with "/v1". This same model functions normally in other toolsSteps to Reproduce:
apibaseURL that does not end with "/v1" (e.g.,https://api.example.com/v1).apibasefails to load or throws an error, while other models with standard/v1endpoints work as expected.Expected Behavior:
The model with a non-/v1
apibaseshould load and be usable seamlessly, consistent with its behavior in other tools.Actual Behavior:
The plugin fails to initialize or communicate with the model, potentially showing error messages like "Failed to load model" or connection issues. Other models with
/v1-endingapibaseURLs operate without problems.Environment:
Beta Was this translation helpful? Give feedback.
All reactions