Skip to content

Commit f38947d

Browse files
Descriptor for the official OpenAI java integration
#399
1 parent 12824b2 commit f38947d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

openai-java.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"description": "OpenAI official Java API",
3+
"properties": [
4+
{ "name": "v", "value": "1.6.0" },
5+
{ "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" }
6+
],
7+
"link": "https://github.com/openai/openai-java",
8+
"dependencies": [
9+
"com.openai:openai-java:$v"
10+
]
11+
}

0 commit comments

Comments
 (0)