mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Merge branch 'main' of https://github.com/ziadloo/tabbyAPI into ziadloo-main
This commit is contained in:
@@ -8,8 +8,8 @@ class LogProbs(BaseModel):
|
||||
top_logprobs: List[Dict[str, float]] = Field(default_factory=list)
|
||||
|
||||
class UsageStats(BaseModel):
|
||||
completion_tokens: int
|
||||
prompt_tokens: int
|
||||
completion_tokens: int
|
||||
total_tokens: int
|
||||
|
||||
class CommonCompletionRequest(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user