mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
docs: update comment to say Non-positive values instead of Negative values
This commit is contained in:
parent
a40e65634c
commit
deb093c102
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ const ollamaSchema = baseProviderSettingsSchema.extend({
|
|||
ollamaBaseUrl: z.string().optional(),
|
||||
ollamaApiKey: z.string().optional(),
|
||||
ollamaEmbeddingTimeoutMs: z.number().int().optional(),
|
||||
// Negative values disable the validation timeout. If set to a positive integer, it specifies the timeout in milliseconds.
|
||||
// Non-positive values disable the validation timeout. If set to a positive integer, it specifies the timeout in milliseconds.
|
||||
ollamaValidationTimeoutMs: z.number().int().optional(),
|
||||
ollamaNumCtx: z.number().int().min(128).optional(),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue