1
2
3
4
5
6
7
8
9
10
11
12
13
14
| server:
| port: 7777 # 服务器的HTTP端口,默认为8080
| servlet:
| context-path: /
| spring:
| application:
| name: ollama-ai
| ai:
| ollama:
| base-url: http://192.168.11.41:11434
| chat:
| # model: yi:9b-chat-v1.5-q4_0
| model: llama3:8b
| intent: http://106.120.22.26:5367/intention?message
|
|