mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
(improvement)(launcher)Upgrade to 0.9.2-SNAPSHOT.
This commit is contained in:
@@ -123,7 +123,6 @@ public class ComponentFactory {
|
||||
if (Objects.isNull(llmProxy)) {
|
||||
llmProxy = ContextUtils.getBean(JavaLLMProxy.class);
|
||||
}
|
||||
log.info("llmProxy:{}", llmProxy);
|
||||
return llmProxy;
|
||||
}
|
||||
|
||||
|
||||
@@ -61,7 +61,8 @@ s2:
|
||||
chat-model:
|
||||
provider: open_ai
|
||||
openai:
|
||||
base-url: YOUR_API_URL
|
||||
# Replace with your LLM configs
|
||||
base-url: http://YOUR_API_URL
|
||||
api-key: YOUR_API_KEY
|
||||
model-name: gpt-3.5-turbo-16k
|
||||
temperature: 0.0
|
||||
|
||||
7
pom.xml
7
pom.xml
@@ -26,6 +26,7 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<revision>0.9.2-SNAPSHOT</revision>
|
||||
<java.source.version>1.8</java.source.version>
|
||||
<java.target.version>1.8</java.target.version>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
@@ -65,7 +66,6 @@
|
||||
<xk.time.version>3.2.4</xk.time.version>
|
||||
<mockito-inline.version>4.5.1</mockito-inline.version>
|
||||
|
||||
<revision>0.9.0-SNAPSHOT</revision>
|
||||
<!-- Do not bump spotless plugin version since 2.30.0 is the latest version supports Java 8-->
|
||||
<maven.plugin.spotless.version>2.30.0</maven.plugin.spotless.version>
|
||||
<spotless.python.includes></spotless.python.includes>
|
||||
@@ -140,11 +140,6 @@
|
||||
<artifactId>langchain4j-embeddings</artifactId>
|
||||
<version>${langchain4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.langchain4j</groupId>
|
||||
<artifactId>langchain4j-hugging-face</artifactId>
|
||||
<version>${langchain4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.langchain4j</groupId>
|
||||
<artifactId>langchain4j-embeddings-bge-small-zh</artifactId>
|
||||
|
||||
2
webapp/pnpm-lock.yaml
generated
2
webapp/pnpm-lock.yaml
generated
@@ -26880,7 +26880,7 @@ packages:
|
||||
resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==}
|
||||
|
||||
/void-elements@2.0.1:
|
||||
resolution: {integrity: sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==}
|
||||
resolution: {integrity: sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user