This commit is contained in:
Andrew Pareles 2025-05-05 16:38:51 -07:00
parent f56ccad713
commit d125d8698b

View file

@ -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