Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions symfony/ai-bundle/0.1/config/packages/ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ai:
default:
platform: 'ai.platform.openai'
model:
class: 'Symfony\AI\Platform\Bridge\OpenAI\GPT'
name: 'gpt-4o-mini' # !php/const Symfony\AI\Platform\Bridge\OpenAI\GPT::GPT_4O_MINI
class: 'Symfony\AI\Platform\Bridge\OpenAi\Gpt'
name: 'gpt-4o-mini' # !php/const Symfony\AI\Platform\Bridge\OpenAi\Gpt::GPT_4O_MINI
system_prompt: |
You are a helpful assistant and you can provide the current date and time.
tools:
Expand Down
2 changes: 1 addition & 1 deletion symfony/ai-bundle/0.1/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundles": {
"Symfony\\AI\\AIBundle": ["all"]
"Symfony\\AI\\AiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
Expand Down
Loading