Commit c4255d3f authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

changing default model name at MCP backend service

parent 095585c1
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -86,8 +86,8 @@ services:
    logging:
      driver: "json-file"
      options:
        max-size: "200m"
        max-file: "5"    
        max-size: "400m"
        max-file: "3"    
    ports:
      - 8080:8080
      - 8443:8443
@@ -164,7 +164,7 @@ services:
    logging:
      driver: "json-file"
      options:
        max-size: "800m"
        max-size: "500m"
        max-file: "3"      
    ports:
    - 13011:13011
@@ -239,7 +239,7 @@ services:
      driver: "json-file"
      options:
        max-size: "1g"
        max-file: "3"  
        max-file: "2"  
    volumes:
    - ./repo:/root
    ports:
@@ -272,7 +272,7 @@ services:
      driver: "json-file"
      options:
        max-size: "1g"
        max-file: "3"    
        max-file: "2"    
    ports:
    - 13100:13100
    networks:
@@ -443,7 +443,7 @@ services:
      
      # AI Configuration
      SPRING_AI_OLLAMA_BASE_URL: http://ollama:11434 # Change the Ollama API here
      SPRING_AI_OLLAMA_CHAT_MODEL: mygpt:20b # Change the used model here
      SPRING_AI_OLLAMA_CHAT_MODEL: gpt-oss:20b # Change the used model here
      SPRING_AI_OLLAMA_CHAT_TEMPERATURE: 0.5
      SPRING_AI_CHAT_SYSTEM_PROMPT: "You are an OpenSlice AI Assistant." # Customize your initial Assistant prompt
      SPRING_AI_CHAT_MAX_MESSAGES: 100
@@ -533,7 +533,7 @@ services:
      driver: "json-file"
      options:
        max-size: "500m"
        max-file: "3"    
        max-file: "2"    
    ports:
      - "8000:8000"
    networks: