carlrobertoh / CodeGPT

The leading open-source AI copilot for JetBrains. Connect to any model in any environment, and customize your coding experience in any way you like.
https://codegpt.ee
Apache License 2.0
1.1k stars 231 forks source link

feat: add optional host to Anthropic settings #749

Open alexbfr opened 3 weeks ago

alexbfr commented 3 weeks ago

I am using Anthropic's API over AWS bedrock, and to access a anthropic api -> bedrock proxy, I had to add the ability to change the API url. A nicer way would be to add another sub-setting like Custom OpenAI, but I didn't have enough time to do so. This PR simply adds another optional field Host to the Anthropic settings, which may be left empty. Feel free to dismiss this PR without any explanation.

Great extension, by the way! Kudos!

carlrobertoh commented 3 weeks ago

Thanks!

Can we remove the version bump? Otherwise it looks good.