ref: Rename LLMClient to GroqClient

This commit is contained in:
Marty Oehme 2025-06-09 22:10:40 +02:00
parent 3762f0d265
commit 80bb27fd47
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ from prophet.config import AiConfig
from prophet.domain.original import Original
class LLMClient:
class GroqClient:
config_ai: AiConfig
client: Groq