diff --git a/profiles/freeguy.json b/profiles/freeguy.json index a44ec4c22..3b87525b1 100644 --- a/profiles/freeguy.json +++ b/profiles/freeguy.json @@ -1,7 +1,12 @@ { "name": "Freeguy", - "model": "groq/llama-3.3-70b-versatile", - - "max_tokens": 8000 -} \ No newline at end of file + "model": { + "api": "openai", + "model": "openai/gpt-oss-120b", + "url": "https://andy.mindcraft-ce.com/v1/", + "params": { + "temperature": 0.7 + } + } +} diff --git a/settings.js b/settings.js index d7450cf8d..d0dceeb94 100644 --- a/settings.js +++ b/settings.js @@ -11,6 +11,7 @@ const settings = { "base_profile": "assistant", // survival, assistant, creative, or god_mode "profiles": [ "./andy.json", + // "./profiles/freeguy.json", // "./profiles/gpt.json", // "./profiles/claude.json", // "./profiles/gemini.json",