azure-openai-proxy icon indicating copy to clipboard operation
azure-openai-proxy copied to clipboard

Make openaiModelMapper optional in the init process

Open PeterDaveHello opened this issue 9 months ago • 0 comments

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

PeterDaveHello avatar May 12 '24 09:05 PeterDaveHello