Significant-Gravitas / AutoGPT-Code-Ability

🖥️ AutoGPT's Coding Ability - empowering everyone to build software using AI
MIT License
87 stars 22 forks source link

Update ai_model to be more generic #280

Open aarushik93 opened 1 month ago

aarushik93 commented 1 month ago

Currently we have support for OpenAI & Groq, for both we are using the OpenAIChatClient class in common/ai_model.py - this is no longer accurate as it is not just OpenAI.

Rename this to something more generic

Pwuts commented 1 week ago

IMO we should migrate to forge.llm.providers to avoid further duplication of code and effort.