docs(ollama): add prominent warnings about /v1 breaking tool calling#21437
Closed
lanelupo wants to merge 1 commit intoopenclaw:mainfrom
Closed
docs(ollama): add prominent warnings about /v1 breaking tool calling#21437lanelupo wants to merge 1 commit intoopenclaw:mainfrom
lanelupo wants to merge 1 commit intoopenclaw:mainfrom
Conversation
- Add top-level warning for remote Ollama users about /v1 trap - Clarify custom base URL section: show api: 'ollama' explicitly - Add inline warning about not adding /v1 to URL - Make Legacy OpenAI-Compatible Mode warning more prominent - Clarify that tool calling does not work with openai-completions Fixes openclaw#21243
15 tasks
Member
|
A fix was pushed in #29204. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
baseUrl: "http://host:11434/v1"withapi: "openai-responses", which silently breaks tool calling<Warning>callouts at top of doc, in custom URL section, and in legacy mode sectionChange Type (select all)
Scope (select all touched areas)
Linked Issue/PR
User-visible / Behavior Changes
None (docs-only). Users will now see clear warnings before misconfiguring Ollama.
Security Impact (required)
Repro + Verification
Environment
Steps
Expected
Actual
Evidence
<Warning>callouts added in three locationsHuman Verification (required)
Compatibility / Migration
Failure Recovery (if this breaks)
Risks and Mitigations
None. Docs-only change adding warnings.