We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ef243 commit fba016fCopy full SHA for fba016f
docs/components/platform.rst
@@ -89,8 +89,8 @@ than the default catalog::
89
use Symfony\AI\Platform\Message\Message;
90
use Symfony\AI\Platform\Message\MessageBag;
91
92
- $platform = PlatformFactory::create('http://127.0.0.11434', HttpClient::create(), new OllamaApiCatalog(
93
- 'http://127.0.0.11434',
+ $platform = PlatformFactory::create('http://127.0.0.1:11434', HttpClient::create(), new OllamaApiCatalog(
+ 'http://127.0.0.1:11434',
94
HttpClient::create(),
95
));
96
0 commit comments