Spaces:
Running
Running
Fix app.py imports by removing incorrect ProxyServer import
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
from fastapi import FastAPI
|
2 |
-
from litellm.proxy.proxy_server import ProxyServer
|
3 |
from litellm.proxy.proxy_server import app as proxy_app
|
4 |
|
5 |
app = FastAPI()
|
|
|
1 |
from fastapi import FastAPI
|
|
|
2 |
from litellm.proxy.proxy_server import app as proxy_app
|
3 |
|
4 |
app = FastAPI()
|