Skip to content

Commit

Permalink
openaiのバージョン指定
Browse files Browse the repository at this point in the history
  • Loading branch information
NON906 committed Dec 4, 2023
1 parent ae4788d commit ee4656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_bat/install.bat
Expand Up @@ -32,7 +32,7 @@ if NOT EXIST "%~dp0.installed\.git" (
call %~dp0bin\Miniconda3\condabin\conda activate mascotgirl

if NOT EXIST "%~dp0.installed\.others" (
pip install openai py7zr opencv-python rembg fastapi uvicorn pyngrok qrcode
pip install openai==0.28.1 py7zr opencv-python rembg fastapi uvicorn pyngrok qrcode
echo f >> "%~dp0.installed\.others"
)

Expand Down

0 comments on commit ee4656f

Please sign in to comment.