ewnewq commited on
Commit
1904edc
·
verified ·
1 Parent(s): 9fe3658

Update config/config.yaml

Browse files
Files changed (1) hide show
  1. config/config.yaml +3 -3
config/config.yaml CHANGED
@@ -9,12 +9,12 @@
9
  ## If the official OPENAI_BASE_URL is not available, we recommend using the [openai-forward](https://github.com/beidongjiedeguang/openai-forward).
10
  ## Or, you can configure OPENAI_PROXY to access official OPENAI_BASE_URL.
11
  # OPENAI_BASE_URL: "https://api.openai.com/v1"
12
- OPENAI_BASE_URL: "https://api.pawan.krd/v1/chat/completions"
13
  #OPENAI_PROXY: "http://127.0.0.1:8118"
14
  #OPENAI_API_KEY: "YOUR_API_KEY" # set the value to sk-xxx if you host the openai interface for open llm model
15
- OPENAI_API_KEY: "pk-YudqaKZQewBrLdDnvylDoORfMYHsfJIOGQmOVgpkCtLxPdCo"
16
  # set the value to sk-xxx if you host the openai interface for open llm model
17
- OPENAI_API_MODEL: "gpt-4"
18
  # OPENAI_API_MODEL: "gpt-4-1106-preview"
19
  MAX_TOKENS: 4096
20
  RPM: 10
 
9
  ## If the official OPENAI_BASE_URL is not available, we recommend using the [openai-forward](https://github.com/beidongjiedeguang/openai-forward).
10
  ## Or, you can configure OPENAI_PROXY to access official OPENAI_BASE_URL.
11
  # OPENAI_BASE_URL: "https://api.openai.com/v1"
12
+ OPENAI_BASE_URL: "https://api.moonshot.cn/v1"
13
  #OPENAI_PROXY: "http://127.0.0.1:8118"
14
  #OPENAI_API_KEY: "YOUR_API_KEY" # set the value to sk-xxx if you host the openai interface for open llm model
15
+ OPENAI_API_KEY: "sk-r1PldmUDgOjmM18SItroyBrKyBRzDENYsTCVkyQnZWZ7VxWJ"
16
  # set the value to sk-xxx if you host the openai interface for open llm model
17
+ OPENAI_API_MODEL: "moonshot-v1-8k"
18
  # OPENAI_API_MODEL: "gpt-4-1106-preview"
19
  MAX_TOKENS: 4096
20
  RPM: 10