Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Dec 27, 2023
1 parent eb634b9 commit d2cd171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/src/main/resources/application-ollama.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
spring.ai.ollama.base-url=${OLLAMA-BASE-URL:http://localhost:11434}
document-token-limit=150
embedding-token-limit=500
spring.liquibase.change-log=classpath:/dbchangelog/db.changelog-master-ollama.xml
# falcon model config free production use
#spring.ai.ollama.model=falcon:40b
#spring.ai.ollama.chat.model=falcon:40b
# beluga model config only for non production/commercial use
spring.ai.ollama.model=stable-beluga:13b
spring.liquibase.change-log=classpath:/dbchangelog/db.changelog-master-ollama.xml
spring.ai.ollama.chat,model=stable-beluga:13b

0 comments on commit d2cd171

Please sign in to comment.