Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
76b2b723
Unverified
Commit
76b2b723
authored
Nov 10, 2024
by
Evan
Committed by
GitHub
Nov 10, 2024
Browse files
api: fix typo in python ClientFromEnvironment docs (#7604)
parent
b8d77cde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
api/client.go
api/client.go
+1
-1
No files found.
api/client.go
View file @
76b2b723
...
@@ -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 listen
t
ing. 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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment