[KYUUBI #4805] Bump openai-java from 0.11.1 to 0.12.0
### _Why are the changes needed?_ - openai-java v0.12.0 release note: https://github.com/TheoKanning/openai-java/releases/tag/0.12.0 - client version preparation for streaming chat support, with `Streaming support for Test and Chat completion ` in v0.12.0 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4805 from bowenliang123/openai0.12.0. Closes #4805 724d8e7d4 [bowenliang] bump openai-java from 0.11.1 to 0.12.0 Authored-by: bowenliang <bowenliang@apache.org> Signed-off-by: bowenliang <bowenliang@apache.org>
This commit is contained in:
parent
4e0562df8f
commit
52a11e909b
2
pom.xml
2
pom.xml
@ -173,7 +173,7 @@
|
||||
<mysql.jdbc.version>8.0.32</mysql.jdbc.version>
|
||||
<mockito.version>4.6.1</mockito.version>
|
||||
<netty.version>4.1.89.Final</netty.version>
|
||||
<openai.java.version>0.11.1</openai.java.version>
|
||||
<openai.java.version>0.12.0</openai.java.version>
|
||||
<parquet.version>1.10.1</parquet.version>
|
||||
<phoenix.version>6.0.0</phoenix.version>
|
||||
<prometheus.version>0.16.0</prometheus.version>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user