You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,14 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
44
44
│ ├── test_cases.py - This file contains the test cases for the project.
45
45
│ └── test_run.py - This file contains the code to run the test cases for the function calling LLM.
46
46
└── utils - This directory contains the utility files for the project.
47
-
├── __init__.py - This file initializes the utils directory as a package.
48
-
├── function_call.py - This file contains the code to call a function using LLMs.
49
-
└── communication_apis.py - This file contains the code to do with communication apis & experiments.
50
-
51
-
### attribution
52
-
This project uses the Qwen2.5-0.5B model developed by Alibaba Cloud under the Apache License 2.0. The original project can be found at [Qwen technical report](https://arxiv.org/abs/2412.15115)
47
+
│ ├── __init__.py - This file initializes the utils directory as a package.
48
+
│ ├── function_call.py - This file contains the code to call a function using LLMs.
49
+
│ └── communication_apis.py - This file contains the code to do with communication apis & experiments.
50
+
└── voice_stt_mode.py - Gradio tabbed interface with Speech-to-text interface that allows edits and a text interface.
51
+
52
+
### Attribution
53
+
This project uses the Qwen2.5-0.5B model developed by Alibaba Cloud under the Apache License 2.0. The original project can be found at [Qwen technical report](https://arxiv.org/abs/2412.15115)
54
+
Inspired by this example for the [Groq interface STT](https://github.com/bklieger-groq/gradio-groq-basics)
0 commit comments