mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-15 12:17:33 +00:00
Merge pull request #34 from manmohan659/fix/stream-body-format
fix(frontend): add maxTokens to StreamBody type
This commit is contained in:
commit
15bb2324e2
|
|
@ -8,6 +8,7 @@ interface StreamBody {
|
|||
model?: string;
|
||||
temperature?: number;
|
||||
topK?: number;
|
||||
maxTokens?: number;
|
||||
conversationId?: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user