-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
187958d
commit f363416
Showing
69 changed files
with
135 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
rootProject.name = "chatjpt" | ||
rootProject.name = "jvm-openai" | ||
|
2 changes: 1 addition & 1 deletion
2
...hub/stefanbratanov/chatjpt/Assistant.java → .../stefanbratanov/jvm/openai/Assistant.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...stefanbratanov/chatjpt/AssistantFile.java → ...fanbratanov/jvm/openai/AssistantFile.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.stefanbratanov.chatjpt; | ||
package io.github.stefanbratanov.jvm.openai; | ||
|
||
/** A list of Files attached to an assistant. */ | ||
public record AssistantFile(String id, long createdAt, String assistantId) {} |
2 changes: 1 addition & 1 deletion
2
...fanbratanov/chatjpt/AssistantsClient.java → ...bratanov/jvm/openai/AssistantsClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...b/stefanbratanov/chatjpt/AudioClient.java → ...tefanbratanov/jvm/openai/AudioClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...anbratanov/chatjpt/ChatChunkResponse.java → ...ratanov/jvm/openai/ChatChunkResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.stefanbratanov.chatjpt; | ||
package io.github.stefanbratanov.jvm.openai; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ub/stefanbratanov/chatjpt/ChatClient.java → ...stefanbratanov/jvm/openai/ChatClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...b/stefanbratanov/chatjpt/ChatMessage.java → ...tefanbratanov/jvm/openai/ChatMessage.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...b/stefanbratanov/chatjpt/ChatRequest.java → ...tefanbratanov/jvm/openai/ChatRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.stefanbratanov.chatjpt; | ||
package io.github.stefanbratanov.jvm.openai; | ||
|
||
import java.util.*; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../stefanbratanov/chatjpt/ChatResponse.java → ...efanbratanov/jvm/openai/ChatResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.stefanbratanov.chatjpt; | ||
package io.github.stefanbratanov.jvm.openai; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...hub/stefanbratanov/chatjpt/Constants.java → .../stefanbratanov/jvm/openai/Constants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.stefanbratanov.chatjpt; | ||
package io.github.stefanbratanov.jvm.openai; | ||
|
||
class Constants { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...tanov/chatjpt/CreateAssistantRequest.java → ...ov/jvm/openai/CreateAssistantRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...v/chatjpt/CreateFineTuningJobRequest.java → ...vm/openai/CreateFineTuningJobRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...nbratanov/chatjpt/CreateImageRequest.java → ...atanov/jvm/openai/CreateImageRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../chatjpt/CreateImageVariationRequest.java → ...m/openai/CreateImageVariationRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ratanov/chatjpt/CreateMessageRequest.java → ...anov/jvm/openai/CreateMessageRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...fanbratanov/chatjpt/CreateRunRequest.java → ...bratanov/jvm/openai/CreateRunRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ov/chatjpt/CreateThreadAndRunRequest.java → ...jvm/openai/CreateThreadAndRunRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...bratanov/chatjpt/CreateThreadRequest.java → ...tanov/jvm/openai/CreateThreadRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tefanbratanov/chatjpt/DeletionStatus.java → ...anbratanov/jvm/openai/DeletionStatus.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package io.github.stefanbratanov.chatjpt; | ||
package io.github.stefanbratanov.jvm.openai; | ||
|
||
public record DeletionStatus(String id, boolean deleted) {} |
2 changes: 1 addition & 1 deletion
2
...fanbratanov/chatjpt/EditImageRequest.java → ...bratanov/jvm/openai/EditImageRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ub/stefanbratanov/chatjpt/Embeddings.java → ...stefanbratanov/jvm/openai/Embeddings.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.stefanbratanov.chatjpt; | ||
package io.github.stefanbratanov.jvm.openai; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...fanbratanov/chatjpt/EmbeddingsClient.java → ...bratanov/jvm/openai/EmbeddingsClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...anbratanov/chatjpt/EmbeddingsRequest.java → ...ratanov/jvm/openai/EmbeddingsRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...thub/stefanbratanov/chatjpt/Endpoint.java → ...b/stefanbratanov/jvm/openai/Endpoint.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...o/github/stefanbratanov/chatjpt/File.java → ...ithub/stefanbratanov/jvm/openai/File.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package io.github.stefanbratanov.chatjpt; | ||
package io.github.stefanbratanov.jvm.openai; | ||
|
||
public record File(String id, int bytes, long createdAt, String filename, String purpose) {} |
2 changes: 1 addition & 1 deletion
2
...b/stefanbratanov/chatjpt/FilesClient.java → ...tefanbratanov/jvm/openai/FilesClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...fanbratanov/chatjpt/FineTuningClient.java → ...bratanov/jvm/openai/FineTuningClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...stefanbratanov/chatjpt/FineTuningJob.java → ...fanbratanov/jvm/openai/FineTuningJob.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.stefanbratanov.chatjpt; | ||
package io.github.stefanbratanov.jvm.openai; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...nbratanov/chatjpt/FineTuningJobEvent.java → ...atanov/jvm/openai/FineTuningJobEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package io.github.stefanbratanov.chatjpt; | ||
package io.github.stefanbratanov.jvm.openai; | ||
|
||
public record FineTuningJobEvent(String id, long createdAt, String level, String message) {} |
2 changes: 1 addition & 1 deletion
2
...github/stefanbratanov/chatjpt/Images.java → ...hub/stefanbratanov/jvm/openai/Images.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../stefanbratanov/chatjpt/ImagesClient.java → ...efanbratanov/jvm/openai/ImagesClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...thub/stefanbratanov/chatjpt/Logprobs.java → ...b/stefanbratanov/jvm/openai/Logprobs.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.stefanbratanov.chatjpt; | ||
package io.github.stefanbratanov.jvm.openai; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...tefanbratanov/chatjpt/MessagesClient.java → ...anbratanov/jvm/openai/MessagesClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../github/stefanbratanov/chatjpt/Model.java → ...thub/stefanbratanov/jvm/openai/Model.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package io.github.stefanbratanov.chatjpt; | ||
package io.github.stefanbratanov.jvm.openai; | ||
|
||
public record Model(String id, long created, String ownedBy) {} |
2 changes: 1 addition & 1 deletion
2
.../stefanbratanov/chatjpt/ModelsClient.java → ...efanbratanov/jvm/openai/ModelsClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ub/stefanbratanov/chatjpt/Moderation.java → ...stefanbratanov/jvm/openai/Moderation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...anbratanov/chatjpt/ModerationRequest.java → ...ratanov/jvm/openai/ModerationRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...anbratanov/chatjpt/ModerationsClient.java → ...ratanov/jvm/openai/ModerationsClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tanov/chatjpt/ModifyAssistantRequest.java → ...ov/jvm/openai/ModifyAssistantRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ratanov/chatjpt/ModifyMessageRequest.java → ...anov/jvm/openai/ModifyMessageRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...fanbratanov/chatjpt/ModifyRunRequest.java → ...bratanov/jvm/openai/ModifyRunRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...bratanov/chatjpt/ModifyThreadRequest.java → ...tanov/jvm/openai/ModifyThreadRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tanov/chatjpt/MultipartBodyPublisher.java → ...ov/jvm/openai/MultipartBodyPublisher.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tanov/chatjpt/OpenAIAssistantsClient.java → ...ov/jvm/openai/OpenAIAssistantsClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.