Change model configuration to use Andy API#686
Conversation
There was a problem hiding this comment.
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 <175728472+Copilot@users.noreply.github.com>
Sweaterdog
left a comment
There was a problem hiding this comment.
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.