Skip to content

Commit 64990a0

Browse files
committed
Add dependencies: openai and pydantic
1 parent 6bdb1fa commit 64990a0

File tree

3 files changed

+1234
-1177
lines changed

3 files changed

+1234
-1177
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
curl -o main.py https://raw.githubusercontent.com/code-yeongyu/AiShell/master/aishell/main.py
55

66
# Install required packages using pip
7-
pip install typer[all] revchatgpt
7+
pip install --upgrade typer[all] revchatgpt openai pydantic
88

99
# Make the python file executable
1010
chmod +x main.py

0 commit comments

Comments
 (0)