-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.yaml
41 lines (37 loc) · 1.3 KB
/
config.yaml
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
# For details of the below fields, please refer CUSTOMISE.md
PROJECT_NAME: science_bot
CHAT_APPLICATION: whatsapp
API_ACTIVATED: true
USERS : ['Student']
EXPERTS:
Teacher: 'Academic'
ESCALATION:
Teacher:
name: 'Senior Teacher'
whatsapp_id: '919876543210'
USER_PROMPT : 'You are a science bot. Your purpose is to help students with any queries that they might have.'
RECREATE_EMBEDDINGS: false
SHOW_CITATIONS: true
SEND_POLL: true
SUGGEST_NEXT_QUESTIONS: true
MAX_CONVERSATION_LENGTH: 5
GLOB_SUFFIX: '*.txt'
WELCOME_MESSAGES:
USERS:
- 'Hi! I am a science bot. I can help you with any queries that you have regarding your science curriculum.'
EXPERTS:
- 'Hi! I am a science bot. Thank you for volunteering to help students with their science queries.'
SUGGESTION_QUESTIONS:
- 'What topics can you help me with?'
- 'What is photosynthesis?'
- 'What is the difference between a plant cell and an animal cell?'
COSMOS_DB_NAME: science_bot
COSMOS_DB_COLLECTION: conversation_science_bot
COSMOS_LONGTERM_COLLECTION: science_bot_users
COSMOS_LOGGING_COLLECTION: logs_science_bot
AZURE_BLOB_CONTAINER_NAME: science-bot-audio-storage
SPREADSHEET_ID: abcd
SHEET_LINK: https://docs.google.com/spreadsheets/d/abcd/edit?usp=sharing
EMAIL_ID: [email protected]
EMAIL_PASS: abcd
EMAIL_LIST: ["[email protected]"]