forked from phoenix/litellm-mirror
update docs'
This commit is contained in:
parent
54409a2a30
commit
1a05287461
3 changed files with 244 additions and 11 deletions
|
@ -7,8 +7,7 @@ load_dotenv()
|
|||
@click.option('--api_base', default=None, help='API base URL.')
|
||||
@click.option('--model', required=True, help='The model name to pass to litellm expects')
|
||||
def run_server(port, api_base, model):
|
||||
# from .proxy_server import app, initialize
|
||||
from proxy_server import app, initialize
|
||||
from .proxy_server import app, initialize
|
||||
initialize(model, api_base)
|
||||
try:
|
||||
import uvicorn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue