Spaces:
Sleeping
Sleeping
wuhuikai commited on
Commit ·
5820e0f
1
Parent(s): 413d86d
add apikey
Browse files- apikey.ini +22 -0
apikey.ini
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[OpenAI]
|
| 2 |
+
introduction = the api key does not ''
|
| 3 |
+
OPENAI_API_KEYS = [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, ]
|
| 4 |
+
CHATGPT_MODEL = gpt-3.5-turbo
|
| 5 |
+
|
| 6 |
+
[AzureOPenAI]
|
| 7 |
+
# Note, if you want to use the azure openai interface, you must configure the below parameters.
|
| 8 |
+
# The azure api-key
|
| 9 |
+
# Example: OPENAI_API_KEYS = 8c64572d63a54XXXXXa9345d624XXXXX
|
| 10 |
+
OPENAI_API_KEYS =
|
| 11 |
+
# The base URL for your Azure OpenAI resource. e.g. "https://<your resource name>.openai.azure.com"
|
| 12 |
+
OPENAI_API_BASE =
|
| 13 |
+
# Currently OPENAI API have the following versions available: 2023-03-15-preview, but this depends on your real environment.
|
| 14 |
+
OPENAI_API_VERSION =
|
| 15 |
+
# CHATGPT_MODEL
|
| 16 |
+
CHATGPT_MODEL =
|
| 17 |
+
|
| 18 |
+
[Gitee]
|
| 19 |
+
api = your_gitee_api
|
| 20 |
+
owner = your_gitee_name
|
| 21 |
+
repo = your_repo_name
|
| 22 |
+
path = files_name_in_your_repo
|