-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.example
38 lines (35 loc) · 826 Bytes
/
env.example
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
27
28
29
30
31
32
33
34
35
36
37
38
## Basic Flask Configuration
secret_key=<Secret_Key>
flask_port=5000
backupCount=3
## Database connection
## sqlite
DB_TYPE=sqlite
DATABASE=example.db
## mariadb
# DB_TYPE=mariadb
# DB_USER=
# DB_PASSWORD=
# DB_HOST=
# DB_PORT=3306
# DB_NAME=
## Endpoint for llama-cpp-python Python API
## LLAMA_CCP_API_URL=http://localhost:8000/v1/completions
## LLAMA_CCP_API_Schema
# LLAMA_CCP_API_URL=http://localhost:8000/v1/completions
LLAMA_TEMPERATURE=0.8
LLAMA_STOP=[}}}, ###]
LLAMA_MAX_TOKEN=300
LLAMA_ECHO=true
## Endpoint for Koboldcpp API
# KOBOLDCPP_API_URL=http://localhost:5001/api/v1/generate
## KOBOLDCPP_API_SCHEMA
KOBOLDCPP_FRMTRMSPCH=1
KOBOLDCPP_SINGLELINE=1
KOBOLDCPP_TEMPERATURE=0.2
KOBOLDCPP_TOP_P=0.6
KOBOLDCPP_MAX_LENGTH=500
KOBOLDCPP_TOP_K=40
KOBOLDCPP_REP_PEN=1.1
KOBOLDCPP_TOP_A=0
KOBOLDCPP_STOP_SEQUENCE="}}}"