File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
backend/src/main/resources Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
1515spring.ai.ollama.chat.model =llama3.1:8b
1616spring.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
You can’t perform that action at this time.
0 commit comments