forked from p83651209/CPM-9G-8B
Full
This commit is contained in:
parent
69c247df84
commit
3aa6172211
|
@ -495,7 +495,9 @@ INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
|
||||||
|
|
||||||
2. 调用API:
|
2. 调用API:
|
||||||
启动服务端成功后,重新打开一个终端,可参考执行以下python脚本:
|
启动服务端成功后,重新打开一个终端,可参考执行以下python脚本:
|
||||||
|
|
||||||
``` python
|
``` python
|
||||||
|
# client.py
|
||||||
from openai import OpenAI
|
from openai import OpenAI
|
||||||
# 如果启动服务时指定了api密钥,需要修改为对应的密钥,否则为"EMPTY"
|
# 如果启动服务时指定了api密钥,需要修改为对应的密钥,否则为"EMPTY"
|
||||||
openai_api_key = "CPMAPI"
|
openai_api_key = "CPMAPI"
|
||||||
|
|
Loading…
Reference in New Issue