Welcome to Portkey Forum

Updated 3 days ago

Integrating Portkey with Open-webui and Azure OpenAI Subscription

Hello!
I'm trying to integrate Portkey with open-webui and I'm following the instructions here but I'm having issues making it work with my Azure OpenAI subscription.

What does this error message mean? πŸ€”
V
G
4 comments
Hi @dhuesca checking this right away!
Confirming that our Azure integration should work. Is it possible for you to share more info about your Open WebUI configuration?
cc @Griphook | Portkey
Hey @dhuesca did you get this to work?
on a hunch, I think you might have provided incorrect provider/model name combination

If you're using azure, the provider is azure-openai
so, your pipes code would be
Plain Text
    def pipes(self):
        # add model ids in the following format "{provider}/{model}"
        return [
            {
                "id": "azure-openai/gpt-3.5-turbo",
                "name": "azure-openai/gpt-3.5-turbo",
            },
        ]
Add a reply
Sign up and join the conversation on Discord