AI Assistant does not use the configured base url
1) go to app.interactsh.com
2) copy the domain provided
3) go to file > settings > tools > ai assistant > providers and api keys
4) choose `OpenAI-compatible` as the provider
5) insert the domain copied from interactsh prefixed with https:// as the base url
6) wait until pycharm says “failed to connect”
7) go back to the browser tab with app.interactsh.com
8) observe how pycharm has attempted multiple times to fetch `/v1/models` even though the base url does not contain `/v1`
Please sign in to leave a comment.
Hi there,
Please follow the main tracking issue for this bug: LLM-22911 - JetBrainsAI modifies OpenAI-compatible URL (it is configured as v4, but replaced with v1) for updates.