LLM Service¶
ghost_brain.modules.ai.llm
¶
LLM Service factory.
create_llm(settings: Settings) -> GroqLLMService
¶
Create Groq LLM service (llama-3.3-70b-versatile).
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
settings
|
Settings
|
Application settings containing Groq API key. |
required |
Returns:
| Type | Description |
|---|---|
GroqLLMService
|
Configured GroqLLMService instance with system instructions. |