Dragonchu

Results 3 issues of Dragonchu

- [x ] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [ x] I have searched the [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/)...

kind/feature
status/triage

I'm using a company-specific proxy to interact with OpenAI. Our proxy requires a different URL structure for sending queries, specifically `http://gpt-proxy.xx.com/gateway/azure/chat/completions` I can customize the base URL using the spring.ai.openai.base-url...

I noticed that this project is using numpy 1.25.2. According to [https://numpy.org/doc/stable/release/1.26.0-notes.html](numpy release note), numpy 1.25.2 isn't compatible with Python 3.12, so we should specify a Python version below 3.12.