mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-19 00:37:08 +00:00
(improvement)(Chat) add extend config for agent (#1010)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package dev.langchain4j;
|
||||
|
||||
import com.tencent.supersonic.common.pojo.enums.S2ModelProvider;
|
||||
import org.springframework.boot.context.properties.NestedConfigurationProperty;
|
||||
|
||||
class S2EmbeddingModel {
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
package dev.langchain4j;
|
||||
|
||||
enum S2ModelProvider {
|
||||
|
||||
OPEN_AI,
|
||||
HUGGING_FACE,
|
||||
LOCAL_AI,
|
||||
IN_PROCESS
|
||||
}
|
||||
Reference in New Issue
Block a user