Comment on Show HN: Litellm – Simple library to standardize OpenAI, Cohere, Azure LLM I/OComments−hardware2win3ycompletion(..., azure=True)Why like this?−detente183yazure uses the openai python sdk, just remaps certain components. The models are also user-named. This makes it hard to detect if a model passed in is an azure model−ij23OP3yazure models have custom names - eg I call mine 'chat-gpt-test1', I require some flag to know if it's an azure model
Comments
Why like this?
azure uses the openai python sdk, just remaps certain components. The models are also user-named. This makes it hard to detect if a model passed in is an azure model
azure models have custom names - eg I call mine 'chat-gpt-test1', I require some flag to know if it's an azure model