carlrobertoh / CodeGPT

JetBrains extension providing access to state-of-the-art LLMs, such as GPT-4, Claude 3, Code Llama, and others, all for free
https://codegpt.ee
Apache License 2.0
912 stars 186 forks source link

fix: CustomService Test connection with correct settings #531

Closed PhilKes closed 2 months ago

PhilKes commented 2 months ago

This PR fixes #528 The Test Connection in the CustomServiceForm was using the currently saved settings instead of the settings from the currently open UI, therefore leading to confusing Error messages, if you e.g. switch from Azure to Ollama and then clicking Test Connection without hitting Apply before.