open-webui / pipelines

Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework
MIT License
956 stars 300 forks source link

refactor(examples/azure_openai_pipeline): make use of env variables and prefixed with a consistent prefix to avoid conflicts #133

Closed aschaber1 closed 4 months ago

aschaber1 commented 4 months ago

BREAKING CHANGE: all valves are now prefixed with AZURE_OPENAI_.

tjbck commented 4 months ago

LGTM, Thanks!