Skip to content

Commit 6b914bd

Browse files
authored
Update ai.symfony.com/templates/homepage.html.twig
1 parent 85ec755 commit 6b914bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai.symfony.com/templates/homepage.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{% set model_typed = stimulus_controller('typed', {
3333
loop: true,
3434
cursorChar: '|',
35-
strings: ['gpt-5.1', 'mistral-large-latest', 'gemini-3-pro', 'claude-sonnet-4-5'],
35+
strings: ['gpt-5.1', 'mistral-large-latest', 'gemini-3-pro-preview', 'claude-sonnet-4-5'],
3636
}) %}
3737
<pre class="terminal"><code><span class="variable">$platform</span> = <span class="title class_">PlatformFactory</span>::<span class="title function_ invoke__">create</span>(...);
3838
<span class="variable">$agent</span> = <span class="keyword">new</span> <span class="title class_">Agent</span>(<span class="variable">$platform</span>, <span class="string">'</span><span class="string" {{ model_typed|raw }}></span><span class="string">'</span>)

0 commit comments

Comments
 (0)