forked from kaixindelele/ChatPaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apikey.ini
26 lines (24 loc) · 1005 Bytes
/
apikey.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[OpenAI]
introduction = the api key does not ''
OPENAI_API_KEYS = [sk-xxxx, ]
# the base URL for openai or other proxy
OPENAI_API_BASE = https://api.openai.com/v1
# If you are using the forward API, you need to replace the base url above with the forward link, and enter the key as usual, for example:
# OPENAI_API_BASE = httpts://chatnext.lan-qian.top/v1
CHATGPT_MODEL = gpt-3.5-turbo-0613
[AzureOPenAI]
# Note, if you want to use the azure openai interface, you must configure the below parameters.
# The azure api-key
# Example: OPENAI_API_KEYS = 8c64572d63a54XXXXXa9345d624XXXXX
OPENAI_API_KEYS =
# The base URL for your Azure OpenAI resource. e.g. "https://<your resource name>.openai.azure.com"
OPENAI_API_BASE =
# Currently OPENAI API have the following versions available: 2023-03-15-preview, but this depends on your real environment.
OPENAI_API_VERSION =
# CHATGPT_MODEL
CHATGPT_MODEL =
[Gitee]
api = your_gitee_api
owner = your_gitee_name
repo = your_repo_name
path = files_name_in_your_repo