WEB API independent

This commit is contained in:
tuyang.yhj
2023-06-25 14:46:46 +08:00
parent 0558a8ba37
commit d372e73cd5
32 changed files with 506 additions and 309 deletions

View File

@@ -51,7 +51,7 @@ def create_chat_completion(
return message
response = None
# TODO impl this use vicuna server api
# TODO impl this use vicuna server api_v1
class Stream(transformers.StoppingCriteria):