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
2626spring.servlet.multipart.resolve-lazily =true
2727
2828spring.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 }
3030spring.ai.embedding.transformer.enabled =false
3131spring.ai.ollama.embedding.enabled =false
3232
@@ -37,7 +37,7 @@ management.endpoint.health.status.http-mapping.down=500
3737management.endpoint.health.status.http-mapping.out_of_service =503
3838management.endpoint.health.show-details =always
3939
40- spring.ai.mcp.client.stdio.servers-configuration = classpath:mcp-servers.json
40+ spring.ai.mcp.client.sse.connections.server1.url = http://localhost:8081
4141embedding-token-limit =2000
4242document-token-limit =2000
4343image.result-size =20
You can’t perform that action at this time.
0 commit comments