Doriandarko / maestro

A framework for Claude Opus to intelligently orchestrate subagents.
3.49k stars 569 forks source link

Added Groq Support for maestro #16

Closed emre-koc closed 2 months ago

emre-koc commented 2 months ago

Added Groq API support for maestro with following models:

orchestrator_model = "llama3-70b-8192" subagent_model = "llama3-8b-8192" refiner_model = "llama3-70b-8192"

emre-koc commented 2 months ago

for long requests Groq API sometimes return api.groq.com | 502: Bad gateway error.

Doriandarko commented 2 months ago

So funny I finished the code for this on Friday