You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python main.py
Python-dotenv could not parse statement starting at line 1
Traceback (most recent call last):
File "/Users/icourt/PythonProjects/liteLLM-proxy-main/main.py", line 8, in
import llm as llm
File "/Users/icourt/PythonProjects/liteLLM-proxy-main/llm.py", line 10, in
import openai.error
ModuleNotFoundError: No module named 'openai.error'
(litellm-proxy-main-3.11)
The text was updated successfully, but these errors were encountered:
$ python main.py
Python-dotenv could not parse statement starting at line 1
Traceback (most recent call last):
File "/Users/icourt/PythonProjects/liteLLM-proxy-main/main.py", line 8, in
import llm as llm
File "/Users/icourt/PythonProjects/liteLLM-proxy-main/llm.py", line 10, in
import openai.error
ModuleNotFoundError: No module named 'openai.error'
(litellm-proxy-main-3.11)
The text was updated successfully, but these errors were encountered: