You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Port Config
|
|
HTTP_PORT=80
|
|
HTTPS_PORT=443
|
|
|
|
# SSL Config
|
|
ENABLE_SSL=false
|
|
SSL_CERT=
|
|
SSL_KEY=
|
|
|
|
# Azure Config
|
|
ENDPOINT=
|
|
DEPLOYMENT_NAME=
|
|
API_VERSION=
|
|
KEY=
|
|
|
|
# GPT Default Config
|
|
temperature=
|
|
top_p=
|
|
n=
|
|
stream=
|
|
stop=
|
|
max_tokens=
|
|
presence_penalty=
|
|
frequency_penalty=
|
|
user= |