File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55
66 <parent >
7- <groupId >io.github. bella-top </groupId >
7+ <groupId >top. bella</groupId >
88 <artifactId >openai-java</artifactId >
99 <version >0.23.1</version >
1010 </parent >
1111 <packaging >jar</packaging >
12- <artifactId >api</artifactId >
13- <name >api</name >
12+ <artifactId >openai- api</artifactId >
13+ <name >openai- api</name >
1414 <description >Basic java objects for the OpenAI GPT APIs</description >
1515
1616 <properties >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55
66 <parent >
7- <groupId >io.github. bella-top </groupId >
7+ <groupId >top. bella</groupId >
88 <artifactId >openai-java</artifactId >
99 <version >0.23.1</version >
1010 </parent >
1111 <packaging >jar</packaging >
1212
1313
14- <artifactId >client</artifactId >
15- <name >client</name >
14+ <artifactId >openai- client</artifactId >
15+ <name >openai- client</name >
1616 <description >Basic retrofit client for OpenAI's GPT APIs</description >
1717
1818 <dependencies >
Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55
6- <groupId >io.github. bella-top </groupId >
6+ <groupId >top. bella</groupId >
77 <artifactId >openai-java</artifactId >
88 <version >0.23.1</version >
99 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55
66 <parent >
7- <groupId >io.github. bella-top </groupId >
7+ <groupId >top. bella</groupId >
88 <artifactId >openai-java</artifactId >
99 <version >0.23.1</version >
1010 </parent >
1111 <packaging >jar</packaging >
1212
13- <artifactId >service</artifactId >
14- <name >service</name >
13+ <artifactId >openai- service</artifactId >
14+ <name >openai- service</name >
1515 <description >Basic service to create and use an OpenAI retrofit client</description >
1616
1717 <dependencies >
1818 <dependency >
19- <groupId >io.github. bella-top </groupId >
20- <artifactId >client</artifactId >
19+ <groupId >top. bella</groupId >
20+ <artifactId >openai- client</artifactId >
2121 <version >${project.version} </version >
2222 </dependency >
2323 <dependency >
You can’t perform that action at this time.
0 commit comments