Cherrytest commited on
Commit
8411a7d
·
1 Parent(s): b5e2ea9

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/bash
2
 
3
  # 设置环境变量
4
- export API_URL="https://api.minimaxi.chat/v1/text/chatcompletion_v2"
5
  export MODEL_CONTROL_DEFAULTS='{"tokens_to_generate": 40000, "temperature": 1, "top_p": 0.95}'
6
  export MODEL_VERSION="MiniMax-Reasoning-01"
7
  export API_KEY="your_api_key_here" # 请替换为你的实际API密钥
 
1
  #!/bin/bash
2
 
3
  # 设置环境变量
4
+ export API_URL="https://api.minimax.chat/v1/text/chatcompletion_v2"
5
  export MODEL_CONTROL_DEFAULTS='{"tokens_to_generate": 40000, "temperature": 1, "top_p": 0.95}'
6
  export MODEL_VERSION="MiniMax-Reasoning-01"
7
  export API_KEY="your_api_key_here" # 请替换为你的实际API密钥