update test code

This commit is contained in:
imClumsyPanda 2023-07-30 00:48:07 +08:00
parent 41444fd4b5
commit 05ccc0346e
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ if __name__ == "__main__":
# 服务启动后接口调用示例: # 服务启动后接口调用示例:
# import openai # import openai
# openai.api_key = "EMPTY" # Not support yet # openai.api_key = "EMPTY" # Not support yet
# openai.api_base = "http://0.0.0.0:8000/v1" # openai.api_base = "http://localhost:8888/v1"
# model = "chatglm2-6b" # model = "chatglm2-6b"