-
Notifications
You must be signed in to change notification settings - Fork 68
Add multi-provider support with OpenAI integration #11
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
base: main
Are you sure you want to change the base?
Conversation
- Added voice control system with proper start/stop functionality - Fixed message display clearing between runs - Fixed input focus validation with screenshot verification - Improved typing accuracy by ensuring correct input location - Enhanced stop button functionality - Added better error handling and logging
- Add PromptManager class for handling system prompts - Add SystemPromptDialog for editing prompts - Update AnthropicClient to use dynamic prompts - Add Edit System Prompt menu option (Ctrl+E)
- Add proper cleanup for voice control resources - Update window close behavior to properly quit - Add cleanup methods to Store and ComputerControl - Fix voice control thread management
Changed Wake word to Grunty!
|
Hey thanks for contributing, I see the UI looks significantly different - the new features are great - could you not drift away from the original UI? |
|
Let me see what changed and see if I can get back to it as much as I can. Adding multiple providers, as I stated in the Issue that was created, is doable, but the UI needs to be slightly changed to make this possible. especially now with GPT4V, I'll be implementing a full labeling system for the AI. |
Could you consider improving your work by integrating the free API , a project like GPT4FREE. I can help and contribute. |
The next step to provide more services, yes. I wanted to be sure I got the basic top models (openai) just due to the fact that most models have an openai compatible api. |


Add Multi-Provider Support (OpenAI + Anthropic)
Multi-Provider Support Enhancement
This PR adds robust multi-provider support to Grunty AI, allowing the application to work with both Anthropic Claude and OpenAI models.
Key Features Added:
Provider Selection UI:
Provider-Specific Integration:
Improved Error Handling:
Configuration:
Testing:
Documentation:
Testing Performed:
This enhancement significantly expands Grunty's capabilities by allowing users to choose their preferred AI provider and model.