Skip to content

Commit

Permalink
Update patch version 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kooyunmo committed Jun 12, 2024
1 parent ec053ea commit 9343fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions friendli/schema/api/v1/completions.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ class CompletionLine(BaseModel):
"""Completion line schema."""

event: str
index: int
text: str
index: int = 0
text: str = ""
token: int
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "friendli-client"
version = "1.3.6"
version = "1.3.7"
description = "Client of Friendli Suite."
license = "Apache-2.0"
authors = ["FriendliAI teams <[email protected]>"]
Expand Down

0 comments on commit 9343fa7

Please sign in to comment.