Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UI settings for AI Copilot customization #77

Open
yada opened this issue Jan 16, 2025 · 2 comments
Open

Add UI settings for AI Copilot customization #77

yada opened this issue Jan 16, 2025 · 2 comments
Labels
kind/enhancement Enhancement of existing feature

Comments

@yada
Copy link
Member

yada commented Jan 16, 2025

Reason/Context

We need this improvement to provide users an easier way to configure and customize AI Copilot parameters directly from the UI. This will improve usability and flexibility by allowing users to adjust settings such as model selection, timeout, and token limits without modifying configuration files manually (which is, BTW, not possible as settings are overwritten on startup).

Description

Add new fields in the AI Copilot settings UI to support the customization of the following parameters:

  • ai-copilot.openai.model (e.g., gpt-4-turbo-preview)
  • ai-copilot.openai.timeout (e.g., 360)
  • ai-copilot.openai.maxTokens (e.g., 60000)

These settings will not introduce breaking changes but enhance user control over Copilot behavior.

Implementation ideas

  • Add input fields in the AI Copilot UI for model selection, timeout, and maxTokens.
  • Provide sensible default values for timeout and maxTokens.
  • Populate model options dynamically using OpenAI's model listing: OpenAI Models Documentation or refer to it.
@yada yada added the kind/enhancement Enhancement of existing feature label Jan 16, 2025
Copy link

👋 @yada

Welcome to the Microcks community! 💖

Thanks and congrats 🎉 for opening your first issue here! Be sure to follow the issue template or please update it accordingly.

📢 If you're using Microcks in your organization, please add your company name to this list. 🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.

If you need to know why and how to add yourself to the list, please read the blog post "Join the Microcks Adopters list and Empower the vibrant open source Community 🙌"

Hope you have a great time there!

@yada
Copy link
Member Author

yada commented Jan 16, 2025

@hguerrero What do you think about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Enhancement of existing feature
Projects
None yet
Development

No branches or pull requests

1 participant