We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0856b commit 56055ceCopy full SHA for 56055ce
1 file changed
rust/crates/api/src/providers/openai_compat.rs
@@ -96,6 +96,8 @@ impl OpenAiCompatConfig {
96
api_key_env: "OLLAMA_API_KEY",
97
base_url_env: "OLLAMA_BASE_URL",
98
default_base_url: DEFAULT_OLLAMA_BASE_URL,
99
+ // Ollama is local — no practical limit, use a generous 100MB
100
+ max_request_body_bytes: OPENAI_MAX_REQUEST_BODY_BYTES,
101
}
102
103
0 commit comments