azure-openai-proxy
azure-openai-proxy copied to clipboard
Make openaiModelMapper optional in the init process
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