We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
openai
pydantic
1 parent 6bdb1fa commit 64990a0Copy full SHA for 64990a0
install.sh
@@ -4,7 +4,7 @@
4
curl -o main.py https://raw.githubusercontent.com/code-yeongyu/AiShell/master/aishell/main.py
5
6
# Install required packages using pip
7
-pip install typer[all] revchatgpt
+pip install --upgrade typer[all] revchatgpt openai pydantic
8
9
# Make the python file executable
10
chmod +x main.py
0 commit comments