gpt-academicc / config_private.py
xiaohua1011's picture
Create config_private.py
1b2a88c
raw
history blame
382 Bytes
# (通过修改config.py或config_private.py)
LLM_MODEL = "gpt-3.5-turbo"
API_KEY = 'sk-0jKFnfFJOwKiPJApFdFf43584c0c49E98f4aF04c11988eD8'
API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions":"https://api.daifuku.asia/v1/chat/completions"}
# 极少数情况下,openai的官方KEY需要伴随组织编码(格式如org-xxxxxxxxxxxxxxxxxxxxxxxx)使用
API_ORG = ""