mirror of
https://github.com/karpathy/nanochat.git
synced 2026-06-05 14:38:13 +00:00
fix(frontend): add maxTokens to StreamBody interface
This commit is contained in:
parent
faf4810696
commit
fe34250900
|
|
@ -8,6 +8,7 @@ interface StreamBody {
|
|||
model?: string;
|
||||
temperature?: number;
|
||||
topK?: number;
|
||||
maxTokens?: number;
|
||||
conversationId?: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user