Michal Gebka

Results 6 comments of Michal Gebka

@krrishdholakia sort of. I think it would be nice to have a unique name for each token, like I proposed in a table above. Unfortunately aliases are not unique to...

A key name is a unique name created by the user during the API Token creation, that belongs to only one API token/key An alias is not a unique label(?)...

Hi. I can confirm that removing tokens from the UI works in the latest version (currently `v1.34.39`), however calling openai chat completions API endpoint stopped working 😓 Here is an...

Hey, router starts properly with the config. I see listed models in logs. The only thing I've change is a docker image.

Hmm, I ran some tests using `AzureOpenAI` and looks like there is also a drift for it between LiteLLM versions. code (from https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/chatgpt?tabs=python-new#work-with-the-gpt-35-turbo-and-gpt-4-models) ```py client = openai.AzureOpenAI( api_key="" azure_endpoint="", api_version="2024-02-01"...

Thanks @hi019, but in my case config is being loaded. I see listed models in the log when the app starts plus, as I wrote in my previous message, I...