Yago Bolivar commited on
Commit
b6ff09e
·
1 Parent(s): 1350237

update notes

Browse files
Files changed (1) hide show
  1. notes.md +5 -0
notes.md CHANGED
@@ -11,6 +11,11 @@
11
  - common_questions.py: finds common questions between validation.json and gaia_questions.json, and formats them in json.
12
  - check_gpt4all.py: checks if the gpt4all model is working
13
 
 
 
 
 
 
14
  ## docs/ Project documentation:
15
  - project_overview.md: overview of the project
16
  - API.md: API documentation
 
11
  - common_questions.py: finds common questions between validation.json and gaia_questions.json, and formats them in json.
12
  - check_gpt4all.py: checks if the gpt4all model is working
13
 
14
+ ## src/ agent's source files
15
+ - speech_to_text.py: speech-to-text tool
16
+ - file_processing.py: file processing tool
17
+
18
+
19
  ## docs/ Project documentation:
20
  - project_overview.md: overview of the project
21
  - API.md: API documentation