From aabb5c0df4341ef63a6403f4a0a833d29c46ccf2 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Wed, 26 Feb 2025 09:39:47 -0800 Subject: [PATCH] fix(get_litellm_params.py): handle no-log being passed in via kwargs (#8830) * fix(get_litellm_params.py): handle no-log being passed in via kwargs Fixes https://github.com/BerriAI/litellm/issues/8380 * fix(main.py): fix openai message for assistant msg if role is missing - openai allows this Fixes https://github.com/BerriAI/litellm/issues/8661 * fix: fix utils * fix: fix file name * (UI) - Create Key flow for existing users (#8844) * working create user button * working create user for a key flow * allow searching users * working create user + key * use clear sections on create key * better search for users * fix create key * ui fix create key button - make it neater / cleaner * ui fix all keys table * ui new build * test_prompt_caching * test_aprompt_caching * test_prompt_caching * test_prompt_caching --------- Co-authored-by: Ishaan Jaff