Skip to content

Commit

Permalink
add ALIYUN ACCESSKEY SECRET
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-sky committed Jul 26, 2023
1 parent d437305 commit 0328d6f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,10 @@

# 阿里云实时语音识别 配置难度较高 仅建议高手用户使用 参考 https://github.com/binary-husky/gpt_academic/blob/master/docs/use_audio.md
ENABLE_AUDIO = False
ALIYUN_TOKEN="" # 例如 f37f30e0f9934c34a992f6f64f7eba4f
ALIYUN_APPKEY="" # 例如 RoPlZrM88DnAFkZK

ALIYUN_TOKEN="" # 例如 f37f30e0f9934c34a992f6f64f7eba4f
ALIYUN_APPKEY="" # 例如 RoPlZrM88DnAFkZK
ALIYUN_ACCESSKEY="" # (无需填写)
ALIYUN_SECRET="" # (无需填写)

# Claude API KEY
ANTHROPIC_API_KEY = ""
Expand Down

0 comments on commit 0328d6f

Please sign in to comment.