echolabsdev / prism

A unified interface for working with LLMs in Laravel
https://prism.echolabs.dev
MIT License
405 stars 20 forks source link

Refactor drivers and providers #19

Open sixlive opened 2 hours ago

sixlive commented 2 hours ago

Description

After further consideration, we need to move away from multi-use drivers. It's becoming apparent that providers like Mistral, Ollama, and Grok may struggle to keep pace with the rapid changes in OpenAI's API contract.

Proposed Changes: