chore: snapshot in-progress question-gen work before preflight fixes
This commit is contained in:
@@ -49,8 +49,8 @@ def _streaming_result(content: str, thinking: str = "") -> tuple:
|
||||
return (
|
||||
content,
|
||||
thinking,
|
||||
50.0, # ttft_ms
|
||||
10.0, # max_inter_token_ms
|
||||
50.0, # ttft_ms
|
||||
10.0, # max_inter_token_ms
|
||||
{"prompt_tokens": 10, "completion_tokens": 5},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user