Skip to content

Commit 726f0b4

Browse files
authored
Merge pull request #1442 from OskarStark/fetaure/rename
Rename AIBundle to AiBundle
2 parents 7e7747e + b369d5d commit 726f0b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ai:
1515
default:
1616
platform: 'ai.platform.openai'
1717
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
18+
class: 'Symfony\AI\Platform\Bridge\OpenAi\Gpt'
19+
name: 'gpt-4o-mini' # !php/const Symfony\AI\Platform\Bridge\OpenAi\Gpt::GPT_4O_MINI
2020
system_prompt: |
2121
You are a helpful assistant and you can provide the current date and time.
2222
tools:

symfony/ai-bundle/0.1/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"bundles": {
3-
"Symfony\\AI\\AIBundle": ["all"]
3+
"Symfony\\AI\\AiBundle": ["all"]
44
},
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%/"

0 commit comments

Comments
 (0)