Skip to content

Commit

Permalink
fix: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Dec 4, 2024
1 parent c554516 commit fc1f4c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/src/main/resources/application-ollama.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ spring.liquibase.change-log=classpath:/dbchangelog/db.changelog-master-ollama.xm
#spring.ai.ollama.chat.model=sqlcoder:70b-alpha-q6_K

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

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

0 comments on commit fc1f4c8

Please sign in to comment.