Skip to content

Commit 12ab47c

Browse files
committed
2 parents 802a062 + 76e1327 commit 12ab47c

File tree

441 files changed

+21440
-3849
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

441 files changed

+21440
-3849
lines changed

Diff for: .env.example

+7-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
########################################
9-
######## Model Provider Service ########
9+
########## AI Provider Service #########
1010
########################################
1111

1212
### OpenAI ###
@@ -33,7 +33,7 @@ OPENAI_API_KEY=sk-xxxxxxxxx
3333
# AZURE_ENDPOINT=https://docs-test-001.openai.azure.com
3434

3535
# Azure's API version, follows the YYYY-MM-DD format
36-
# AZURE_API_VERSION=2024-06-01
36+
# AZURE_API_VERSION=2024-10-21
3737

3838

3939
### Anthropic Service ####
@@ -127,6 +127,10 @@ OPENAI_API_KEY=sk-xxxxxxxxx
127127

128128
# TENCENT_CLOUD_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
129129

130+
### PPIO ####
131+
132+
# PPIO_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
133+
130134
########################################
131135
############ Market Service ############
132136
########################################
@@ -214,7 +218,7 @@ OPENAI_API_KEY=sk-xxxxxxxxx
214218
# DATABASE_URL=postgres://username:password@host:port/database
215219

216220
# use `openssl rand -base64 32` to generate a key for the encryption of the database
217-
# we use this key to encrypt the user api key
221+
# we use this key to encrypt the user api key and proxy url
218222
#KEY_VAULTS_SECRET=xxxxx/xxxxxxxxxxxxxx=
219223

220224
# Specify the Embedding model and Reranker model(unImplemented)

0 commit comments

Comments
 (0)