办学质量监测教学评价系统
ageer
2025-04-12 9b32e3b3b226723cd43bfa37026e1e4487f6ef69
ruoyi-modules/ruoyi-system/src/main/resources/application.yml
@@ -318,5 +318,22 @@
        token:   ''
        aesKey: ''
  #  spring ai配置
spring:
  ai:
    openai:
      api-key: sk-xx
      base-url: https://api.pandarobot.chat/
    mcp:
      client:
        enabled: true
        name: call-mcp-server
        sse:
          connections:
            server1:
              url: http://127.0.0.1:8080
    ollama:
      init:
        pull-model-strategy: always
        timeout: 60s
        max-retries: 1