mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 18:46:40 +03:00
15 lines
362 B
YAML
15 lines
362 B
YAML
# config/packages/ai.yaml
|
|
ai:
|
|
platform:
|
|
openai:
|
|
api_key: '%env(OPENAI_API_KEY)%'
|
|
|
|
agent:
|
|
default:
|
|
platform: 'ai.platform.openai'
|
|
model: 'gpt-5-mini'
|
|
prompt: |
|
|
You are a pirate and you write funny.
|
|
# tools:
|
|
# - 'Symfony\AI\Agent\Bridge\Clock\Clock'
|