diff --git a/backends.json b/backends.json index 6f5cd7a..dc9ebcf 100644 --- a/backends.json +++ b/backends.json @@ -4,8 +4,13 @@ "type": "ollama", "url": "http://ollama:11434", "models": [ - { "id": "gemma4:e4b-it-q8_0", "capabilities": ["chat"], "priority": 2 }, - { "id": "bge-m3", "capabilities": ["embed"], "priority": 1 } + { + "id": "bge-m3", + "capabilities": [ + "embed" + ], + "priority": 1 + } ], "access": "all", "rate_limit": null @@ -13,9 +18,16 @@ { "id": "mlx-mac", "type": "openai-compat", - "url": "http://100.76.254.116:8800", + "url": "http://192.168.1.122:8800", "models": [ - { "id": "gemma-4-26b-a4b", "backend_model_id": "mlx-community/gemma-4-26b-a4b-it-8bit", "capabilities": ["chat"], "priority": 1 } + { + "id": "gemma-4-26b-a4b", + "backend_model_id": "mlx-community/gemma-4-26b-a4b-it-8bit", + "capabilities": [ + "chat" + ], + "priority": 1 + } ], "access": "all", "rate_limit": null