Skip to content

Commit 5685346

Browse files
committed
minor #1038 Fix small typo on platform doc (WebMamba)
This PR was merged into the main branch. Discussion ---------- Fix small typo on platform doc | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | yes | Issues | | License | MIT Commits ------- fba016f Fix small typo on platform doc
2 parents 57ef243 + fba016f commit 5685346

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)