Refactor inference and main modules for improved functionality and add uvicorn dependency
This commit is contained in:
@@ -23,7 +23,8 @@ OUTPUT_DIR = os.getenv("OUTPUT_DIR", "time_12_1/data_ch_1")
|
||||
client = OpenAI(
|
||||
api_key=API_KEY,
|
||||
# base_url="https://dashscope.aliyuncs.com/compatible-mode/v1"
|
||||
base_url="https://sg1.proxy.yinlihupo.cc/proxy/https://openrouter.ai/api/v1"
|
||||
# https://sg1.proxy.yinlihupo.cc/proxy/
|
||||
base_url="https://openrouter.ai/api/v1"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user