Update ai_model to be more generic
aarushik93 opened this issue · 1 comments
aarushik93 commented
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
IMO we should migrate to forge.llm.providers
to avoid further duplication of code and effort.