caching with model names

This commit is contained in:
ishaan-jaff 2023-08-18 13:48:32 -07:00
parent 694a8ad90c
commit d0ba3ba2e5
4 changed files with 44 additions and 9 deletions

View file

@ -50,4 +50,4 @@ try:
except:
print(f"error occurred: {traceback.format_exc()}")
pass
os.environ["OPENAI_API_KEY"] = str(temp_key) # this passes linting#5
os.environ["OPENAI_API_KEY"] = str(temp_key) # this passes linting#5