Skip to content

Commit b369d5d

Browse files
committed
-
1 parent 3c28471 commit b369d5d

File tree

1 file changed

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

1 file changed

+2
-2
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:

0 commit comments

Comments
 (0)