mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
comment
This commit is contained in:
parent
f56ccad713
commit
d125d8698b
1 changed files with 1 additions and 2 deletions
|
|
@ -141,8 +141,7 @@ export const defaultModelsOfProvider = {
|
|||
|
||||
|
||||
export type VoidStaticModelInfo = { // not stateful
|
||||
// for examples, see openAIModelOptions and anthropicModelOptions below.
|
||||
|
||||
// for some examples, see openAIModelOptions and anthropicModelOptions below.
|
||||
contextWindow: number; // input tokens
|
||||
reservedOutputTokenSpace: number | null; // reserve this much space in the context window for output, defaults to 4096 if null
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue