Unverified Commit 76b2b723 authored by Evan's avatar Evan Committed by GitHub
Browse files

api: fix typo in python ClientFromEnvironment docs (#7604)

parent b8d77cde
...@@ -55,7 +55,7 @@ func checkError(resp *http.Response, body []byte) error { ...@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment