Significant-Gravitas/AutoGPT-Code-Ability

Update ai_model to be more generic

aarushik93 opened this issue · 1 comments

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

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