mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-22 16:54:21 +01:00
Modify the initialization condition in `azure/init.go` to allow the `openaiModelMapper` environment variable to be optional. This change facilitates configurations where the model mapper is not needed, and improving flexibility. Resolves: #95