File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
backend/src/main/resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ spring.servlet.multipart.max-request-size=15MB
26
26
spring.servlet.multipart.resolve-lazily =true
27
27
28
28
spring.jackson.parser.allow-unquoted-control-chars =true
29
- spring.ai.openai.api-key =${OPENAI-API-KEY:23418pajkfdsadl�a }
29
+ spring.ai.openai.api-key =${OPENAI-API-KEY:23418pajkfdsadl\ufffd a }
30
30
spring.ai.embedding.transformer.enabled =false
31
31
spring.ai.ollama.embedding.enabled =false
32
32
@@ -37,7 +37,7 @@ management.endpoint.health.status.http-mapping.down=500
37
37
management.endpoint.health.status.http-mapping.out_of_service =503
38
38
management.endpoint.health.show-details =always
39
39
40
- spring.ai.mcp.client.stdio.servers-configuration = classpath:mcp-servers.json
40
+ spring.ai.mcp.client.sse.connections.server1.url = http://localhost:8081
41
41
embedding-token-limit =2000
42
42
document-token-limit =2000
43
43
image.result-size =20
You can’t perform that action at this time.
0 commit comments