mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Merge pull request #1442 from OskarStark/fetaure/rename
Rename AIBundle to AiBundle
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Symfony\\AI\\AIBundle": ["all"]
|
||||
"Symfony\\AI\\AiBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
|
||||
Reference in New Issue
Block a user