forked from phoenix/litellm-mirror
caching with model names
This commit is contained in:
parent
694a8ad90c
commit
d0ba3ba2e5
4 changed files with 44 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue