mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
update docs'
This commit is contained in:
parent
49a93cd66b
commit
dcec782ceb
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