mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
chore(build): import OpenAI dependency
This commit is contained in:
@@ -73,6 +73,11 @@
|
|||||||
<artifactId>kotlinx-coroutines-test</artifactId>
|
<artifactId>kotlinx-coroutines-test</artifactId>
|
||||||
<version>1.10.2</version>
|
<version>1.10.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.openai</groupId>
|
||||||
|
<artifactId>openai-java</artifactId>
|
||||||
|
<version>4.26.0</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
Reference in New Issue
Block a user