-
Notifications
You must be signed in to change notification settings - Fork 7
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
Showing
10 changed files
with
32 additions
and
23 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
ai4j/src/main/java/io/github/lnyocly/ai4j/convert/audio/AudioParameterConvert.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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package io.github.lnyocly.ai4j.convert.audio; | ||
|
||
/** | ||
* @Author cly | ||
* @Description 处理请求参数。 由统一的OpenAi音频格式--->其它模型格式 | ||
* @Date 2024/10/12 13:36 | ||
*/ | ||
public interface AudioParameterConvert<T> { | ||
} |
9 changes: 9 additions & 0 deletions
9
ai4j/src/main/java/io/github/lnyocly/ai4j/convert/audio/AudioResultConvert.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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package io.github.lnyocly.ai4j.convert.audio; | ||
|
||
/** | ||
* @Author cly | ||
* @Description 返回结果统一处理。 其它模型音频返回格式--->统一的OpenAi返回格式 | ||
* @Date 2024/10/12 13:35 | ||
*/ | ||
public interface AudioResultConvert<T> { | ||
} |
2 changes: 1 addition & 1 deletion
2
...nyocly/ai4j/convert/ParameterConvert.java → ...y/ai4j/convert/chat/ParameterConvert.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
3 changes: 1 addition & 2 deletions
3
...b/lnyocly/ai4j/convert/ResultConvert.java → ...ocly/ai4j/convert/chat/ResultConvert.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
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
7 changes: 2 additions & 5 deletions
7
ai4j/src/main/java/io/github/lnyocly/ai4j/platform/lingyi/chat/LingyiChatService.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
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