api: fix typo in python ClientFromEnvironment docs (#7604)
This commit is contained in:
parent
b8d77cdeab
commit
76b2b723b2
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ func checkError(resp *http.Response, body []byte) error {
|
||||||
|
|
||||||
// ClientFromEnvironment creates a new [Client] using configuration from the
|
// ClientFromEnvironment creates a new [Client] using configuration from the
|
||||||
// environment variable OLLAMA_HOST, which points to the network host and
|
// environment variable OLLAMA_HOST, which points to the network host and
|
||||||
// port on which the ollama service is listenting. The format of this variable
|
// port on which the ollama service is listening. The format of this variable
|
||||||
// is:
|
// is:
|
||||||
//
|
//
|
||||||
// <scheme>://<host>:<port>
|
// <scheme>://<host>:<port>
|
||||||
|
|
Loading…
Reference in a new issue