mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-10 15:12:12 +00:00
27 lines
751 B
YAML
27 lines
751 B
YAML
ai:
|
|
platform:
|
|
# Inference Platform configuration
|
|
# see https://github.com/symfony/ai/tree/main/src/platform#platform-bridges
|
|
|
|
# openai:
|
|
# api_key: '%env(OPENAI_API_KEY)%'
|
|
|
|
agent:
|
|
# Agent configuration
|
|
# see https://symfony.com/doc/current/ai/bundles/ai-bundle.html
|
|
|
|
# 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'
|
|
|
|
store:
|
|
# Store configuration
|
|
|
|
# chromadb:
|
|
# default:
|
|
# client: 'client.service.id'
|
|
# collection: 'my_collection'
|