File size: 1,476 Bytes
5cc1949
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.
β”œβ”€β”€ README.md
β”œβ”€β”€ app
β”‚Β Β  β”œβ”€β”€ chatbot_gradio_runner.ipynb
β”‚Β Β  β”œβ”€β”€ chatbot_gradio_runner.py
β”‚Β Β  └── data
β”‚Β Β      └── context.txt
β”œβ”€β”€ data
β”‚Β Β  β”œβ”€β”€ audio_bot_context.txt
β”‚Β Β  β”œβ”€β”€ audio_bot_context_extended.txt
β”‚Β Β  β”œβ”€β”€ call_center_prompt_with_intents_categories_context.csv
β”‚Β Β  β”œβ”€β”€ call_center_prompt_with_intents_categories_context.json
β”‚Β Β  β”œβ”€β”€ call_center_prompt_with_intents_categories_context.txt
β”‚Β Β  β”œβ”€β”€ financial_bot_context.txt
β”‚Β Β  └── travel_bot_context.txt
β”œβ”€β”€ file_map.txt
β”œβ”€β”€ genai_voice
β”‚Β Β  β”œβ”€β”€ bots
β”‚Β Β  β”‚Β Β  └── chatbot.py
β”‚Β Β  β”œβ”€β”€ config
β”‚Β Β  β”‚Β Β  └── defaults.py
β”‚Β Β  β”œβ”€β”€ data_utils
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ dataset_converter.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ extract_web_data.py
β”‚Β Β  β”‚Β Β  └── urls.py
β”‚Β Β  β”œβ”€β”€ defintions
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ model_response_formats.py
β”‚Β Β  β”‚Β Β  └── prompts.py
β”‚Β Β  β”œβ”€β”€ logger
β”‚Β Β  β”‚Β Β  └── log_utils.py
β”‚Β Β  β”œβ”€β”€ models
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ model_config.py
β”‚Β Β  β”‚Β Β  └── open_ai.py
β”‚Β Β  β”œβ”€β”€ moderation
β”‚Β Β  β”‚Β Β  └── responses.py
β”‚Β Β  └── processing
β”‚Β Β      └── audio.py
β”œβ”€β”€ libs
β”‚Β Β  β”œβ”€β”€ ffmpeg.exe
β”‚Β Β  └── ffprobe.exe
β”œβ”€β”€ poetry.lock
└── pyproject.toml

14 directories, 28 files