gradusnikov / eclipse-chatgpt-plugin

An Eclipse plugin that integrates with ChatGPT
MIT License
42 stars 27 forks source link

Feature Request : model configuration at action level #29

Open ivanrododendro opened 2 months ago

ivanrododendro commented 2 months ago

Hi there, great tool, thank you for sharing it.

It'd be nice to have the possibility to set the model for every action, Comment, Generate JUnit ...

A simpler, and cheaper, model is good to generate comments but to generate JUnit tests a more capable model is much better. This apply to all actions, some may need specific model in order to be cost / performance optimized

Regards

gradusnikov commented 2 months ago

@ivanrododendro this is actually a good idea. I have prepared an update that allows you to define multiple LLM endpoints. These could be any API endpoints that support OpenAI protocol. For the moment you can switch between models globally. Adding a model per-action is still work in progress.