Skip to content

Commit fc1f4c8

Browse files
committed
fix: clean up
1 parent c554516 commit fc1f4c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backend/src/main/resources/application-ollama.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ spring.liquibase.change-log=classpath:/dbchangelog/db.changelog-master-ollama.xm
1010
#spring.ai.ollama.chat.model=sqlcoder:70b-alpha-q6_K
1111

1212
# document processing
13-
# falcon model config free production use
13+
# config free production use
1414
#spring.ai.ollama.chat.model=qwen2.5:32b
1515
spring.ai.ollama.chat.model=llama3.1:8b
1616
spring.ai.ollama.chat.options.num-ctx=12288
1717
#spring.ai.embedding.transformer.onnx.modelUri=https://huggingface.co/mixedbread-ai/mxbai-embed-large-v1/tree/main/onnx/model_quantized.onnx
1818
#spring.ai.embedding.transformer.tokenizer.uri=https://huggingface.co/mixedbread-ai/mxbai-embed-large-v1/tree/main/tokenizer.json
19-
# beluga model config only for non production/commercial use
20-
#spring.ai.ollama.chat.model=stable-beluga:13b
2119

2220
# function calling
2321
#spring.ai.ollama.chat.model=mixtral:8x7b-text-v0.1-q6_K

0 commit comments

Comments
 (0)