feat(providers): add groq

This commit is contained in:
ItzCrazyKns
2025-12-24 13:55:42 +05:30
parent c4349f3d5c
commit 9ce17edd4a
2 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import OpenAILLM from '../openai/openaiLLM';
class GroqLLM extends OpenAILLM {}
export default GroqLLM;