mtyrrell commited on
Commit
a50ad7a
·
1 Parent(s): b13342b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import openai
13
 
14
 
15
  os.system("pip uninstall -y pydantic")
16
- os.system('pip install pydantic==1.8.2')
17
 
18
  # for local st testing, may need to run source ~/.zshrc to point to env vars
19
 
 
13
 
14
 
15
  os.system("pip uninstall -y pydantic")
16
+ os.system('pip install pydantic==1.8.2 --use-deprecated=legacy-resolver')
17
 
18
  # for local st testing, may need to run source ~/.zshrc to point to env vars
19