Skip to content

Commit 52fd1d8

Browse files
authored
Update symfony/ai-bundle (#1452)
* Update symfony/ai-bundle * Update symfony/ai-bundle/0.1/config/packages/ai.yaml * Update symfony/ai-bundle/0.1/config/packages/ai.yaml
1 parent fc12199 commit 52fd1d8

File tree

1 file changed

+1
-3
lines changed
  • symfony/ai-bundle/0.1/config/packages

1 file changed

+1
-3
lines changed

symfony/ai-bundle/0.1/config/packages/ai.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ ai:
1414
agent:
1515
default:
1616
platform: 'ai.platform.openai'
17-
model:
18-
class: 'Symfony\AI\Platform\Bridge\OpenAi\Gpt'
19-
name: 'gpt-4o-mini' # !php/const Symfony\AI\Platform\Bridge\OpenAi\Gpt::GPT_4O_MINI
17+
model: 'gpt-4o-mini'
2018
system_prompt: |
2119
You are a helpful assistant and you can provide the current date and time.
2220
tools:

0 commit comments

Comments
 (0)