Skip to content

Commit b1b8d4a

Browse files
committed
Update endpoints.py
1 parent 7ec2018 commit b1b8d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/endpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class ChatRequest(BaseModel):
251251
n_predict: int = 256
252252
temperature: float = 0.8
253253

254-
def chat_with_bitnet(
254+
async def chat_with_bitnet(
255255
chat: ChatRequest
256256
):
257257
"""

0 commit comments

Comments
 (0)