Skip to content

Commit

Permalink
Update summarization LLM
Browse files Browse the repository at this point in the history
  • Loading branch information
mithandir committed Sep 28, 2024
1 parent 2f72e65 commit e737a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ spring:
ollama:
base-url: http://ollama:11434
chat.options:
model: qwen2:1.5b
model: qwen2.5:1.5b
temperature: 0.7
keep_alive: 60m
num-thread: 1

threads.virtual.enabled: true
jmx.enabled: false
jmx.enabled: false

0 comments on commit e737a5c

Please sign in to comment.