Skip to content

Commit 2084e12

Browse files
authored
Update README.md
Add credits.
1 parent 9217885 commit 2084e12

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,14 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
4444
│ ├── test_cases.py - This file contains the test cases for the project.
4545
│ └── test_run.py - This file contains the code to run the test cases for the function calling LLM.
4646
└── 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)
5355

5456
### License
5557

0 commit comments

Comments
 (0)