mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-11 18:22:28 +00:00
feat - add new banner on startup (#12328)
This commit is contained in:
@@ -2977,6 +2977,8 @@ async def initialize( # noqa: PLR0915
|
||||
config=None,
|
||||
):
|
||||
global user_model, user_api_base, user_debug, user_detailed_debug, user_user_max_tokens, user_request_timeout, user_temperature, user_telemetry, user_headers, experimental, llm_model_list, llm_router, general_settings, master_key, user_custom_auth, prisma_client
|
||||
from litellm.proxy.client.cli.banner import show_banner
|
||||
show_banner()
|
||||
if os.getenv("LITELLM_DONT_SHOW_FEEDBACK_BOX", "").lower() != "true":
|
||||
generate_feedback_box()
|
||||
user_model = model
|
||||
|
||||
Reference in New Issue
Block a user