Peter Dave Hello
Peter Dave Hello
Checking https://github.com/stulzq/azure-openai-proxy/releases/tag/v1.3.6, maybe this is related? `feat: optimize read config file` https://github.com/stulzq/azure-openai-proxy/commit/e3cd10288d3da2e464ecb8c547321d83d135d10e
My `docker-compose.yml`: ```yml azure-openai: image: stulzq/azure-openai-proxy:v1.3.5 ports: - 8080:8080 environment: AZURE_OPENAI_ENDPOINT: https://.openai.azure.com/ ```
After tracing the code, it seems `AZURE_OPENAI_MODEL_MAPPER` can't be empty, but the behavior doesn't change here, just the error handling in new versions: ```go err := azure.Init() if err !=...
As `AZURE_OPENAI_MODEL_MAPPER` doesn't seem to be required, maybe we can change the logic of this line? ```go if endpoint != "" && openaiModelMapper != "" { ``` https://github.com/stulzq/azure-openai-proxy/blob/v1.3.8/azure/init.go#L34-L43
Same here, @schwabe any ideas? Thanks.
Weblate also Page Not Found: https://hosted.weblate.org/projects/openvpn-for-android/
> @PeterDaveHello [hosted.weblate.org](https://hosted.weblate.org/) is a different service. yes, I mentioned it because of seeing https://github.com/schwabe/ics-openvpn/pull/1455 :sweat_smile: That's a great translation platform for open source project :smile:
Hey @schwabe, Do you think we could give Weblate another shot for translations? It seems pretty good for open-source projects. I noticed a lot of free software uses it. Just...
We can, just the image seems to be a little bit huge, but maybe nobody cares? I don't know. Let me know if you have preference, maybe I can help...
I used to use Alpine-based node.js image and install the dependencies as mentioned here, but no guarantee which is better: https://pptr.dev/troubleshooting/#running-on-alpine