-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
56 lines (46 loc) · 1.09 KB
/
.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# API
PORT=8080
HOST=http://localhost
TEO_BASE_URL=http://localhost:8080
ALLOWED_ORIGINS=http://localhost:5050,http://localhost:8080
# NGROK
NGROK_ACTIVE=false
NGROK_AUTHTOKEN=
# DATABASE
DB_NAME=teo
MONGODB_URI=mongodb://localhost:27017
# REDIS
REDIS_URL=redis://localhost:6379
# RABBIT MQ
QUEUE_NAME=telegram_messages
RABBITMQ_URL=amqp://guest:guest@localhost:5672/
# TELEGRAM
OWNER_ID=12345
BOT_TYPE=private
BOT_TOKEN=
# LLM PROVIDER
# OLLAMA
STREAM_RESPONSE=true
LLM_PROVIDER_NAME=ollama
LLM_PROVIDER_API_KEY=ollama
LLM_PROVIDER_BASE_URL=http://localhost:11434
# OPENAI
# STREAM_RESPONSE=true
# LLM_PROVIDER_NAME=openai
# LLM_PROVIDER_API_KEY=
# LLM_PROVIDER_BASE_URL=https://api.openai.com
# GROQ
# STREAM_RESPONSE=true
# LLM_PROVIDER_NAME=groq
# LLM_PROVIDER_API_KEY=
# LLM_PROVIDER_BASE_URL=https://api.groq.com/openai
# GEMINI
# STREAM_RESPONSE=true
# LLM_PROVIDER_NAME=gemini
# LLM_PROVIDER_API_KEY=
# LLM_PROVIDER_BASE_URL=https://generativelanguage.googleapis.com
# MISTRAL
# STREAM_RESPONSE=true
# LLM_PROVIDER_NAME=mistral
# LLM_PROVIDER_API_KEY=
# LLM_PROVIDER_BASE_URL=https://api.mistral.ai