mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
with working linting
This commit is contained in:
parent
beaa33ba12
commit
694a8ad90c
1 changed files with 1 additions and 1 deletions
|
@ -50,4 +50,4 @@ try:
|
||||||
except:
|
except:
|
||||||
print(f"error occurred: {traceback.format_exc()}")
|
print(f"error occurred: {traceback.format_exc()}")
|
||||||
pass
|
pass
|
||||||
os.environ["OPENAI_API_KEY"] = temp_key # this fails linting#4
|
os.environ["OPENAI_API_KEY"] = str(temp_key) # this passes linting#5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue