Skip to content

Commit fba016f

Browse files
committed
Fix small typo on platform doc
1 parent 57ef243 commit fba016f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/platform.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ than the default catalog::
8989
use Symfony\AI\Platform\Message\Message;
9090
use Symfony\AI\Platform\Message\MessageBag;
9191

92-
$platform = PlatformFactory::create('http://127.0.0.11434', HttpClient::create(), new OllamaApiCatalog(
93-
'http://127.0.0.11434',
92+
$platform = PlatformFactory::create('http://127.0.0.1:11434', HttpClient::create(), new OllamaApiCatalog(
93+
'http://127.0.0.1:11434',
9494
HttpClient::create(),
9595
));
9696

0 commit comments

Comments
 (0)