-
Notifications
You must be signed in to change notification settings - Fork 647
Change model configuration to use Andy API #686
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: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the freeguy.json profile configuration to use the Andy API (a free service provided by the Mindcraft-CE team) instead of GroqCloud. The configuration changes from a simple string model identifier to a full model object with custom API endpoint and parameters.
Key changes:
- Migration from GroqCloud (
groq/llama-3.3-70b-versatile) to Andy API (gpt-oss-120b) - Updated configuration structure from string to object format with explicit API, URL, and parameter specifications
- Removed
max_tokensparameter (8000) in favor oftemperatureparameter (0.7)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Sweaterdog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, the Andy API requires a host name for the model, the model therefore needs to be openai/gpt-oss-120b
|
The system is modular, so we just need to include the andy.js file. I already have one made, so I will just make a PR. |
|
i am not reviewing this i don't even know what andy api is |
|
I'll try this api tomorrow |
Code Changes:Fix: Remove extra comma in Test Results:API usage failed with two issues: Issue 1: Error when OPENAI_API_KEY in keys.js is emptyIssue 2: Error when OPENAI_API_KEY in keys.js is set to "test" |
|
Maybe the issue stems from |
Just changed
freeguy.jsonto use the Andy API instead of groqcloud, asllama.jsonalready uses groqcloud. Andy API is maintained by the Mindcraft-CE team (riqvip, uukelele, MrElmida, and I).The API doesn't need an API key, and allows for 1,000 free requests per day for "official" models which the Mindcraft-CE team provides.