Update config/config.yaml
Browse files- config/config.yaml +2 -2
config/config.yaml
CHANGED
@@ -9,10 +9,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://
|
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: "
|
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"
|
|
|
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"
|