This commit is contained in:
GH Action - Upstream Sync
2024-02-29 00:41:43 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -116,7 +116,7 @@ export class ChatGPTApi implements LLMApi {
enumerable: true,
configurable: true,
writable: true,
value: Math.max(modelConfig.max_tokens, 4096),
value: modelConfig.max_tokens,
});
}