Skip to content

Commit

Permalink
fix openai version to 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shikaiqiu committed Dec 26, 2023
1 parent a9b451b commit a483a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -3,7 +3,7 @@ conda activate llmtime
pip install numpy
pip install -U jax[cpu] # we don't need GPU for jax
pip install torch --index-url https://download.pytorch.org/whl/cu118
pip install openai
pip install openai==0.28.1
pip install tiktoken
pip install tqdm
pip install matplotlib
Expand Down

0 comments on commit a483a43

Please sign in to comment.