mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix merge conflicts
This commit is contained in:
parent
3f7740ddbc
commit
82c642f78d
1 changed files with 0 additions and 3 deletions
|
@ -33,9 +33,6 @@ def run_server(port, api_base, model, deploy, debug, temperature, max_tokens, te
|
||||||
from proxy_server import app, initialize
|
from proxy_server import app, initialize
|
||||||
initialize(model, api_base, debug, temperature, max_tokens, telemetry)
|
initialize(model, api_base, debug, temperature, max_tokens, telemetry)
|
||||||
|
|
||||||
def run_server(port, api_base, model, debug, temperature, max_tokens, telemetry, deploy):
|
|
||||||
from .proxy_server import app, initialize
|
|
||||||
initialize(model, api_base, debug, temperature, max_tokens, telemetry, deploy)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import uvicorn
|
import uvicorn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue