Fix mealie and tabby configs
This commit is contained in:
parent
2e8ce9b1f8
commit
46e64631c6
2 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
[model.completion.http]
|
[model.completion.http]
|
||||||
kind = "ollama/completion"
|
kind = "ollama/completion"
|
||||||
model_name = "deepseek-r1:8b"
|
model_name = "qwen2.5-coder:14b-instruct-q4_K_M"
|
||||||
api_endpoint = "http://ollama-svc:11434"
|
api_endpoint = "http://ollama-svc:11434"
|
||||||
# prompt_template = "<PRE> {prefix} <SUF>{suffix} <MID>" # Example prompt template for the CodeLlama model series.
|
# prompt_template = "<PRE> {prefix} <SUF>{suffix} <MID>" # Example prompt template for the CodeLlama model series.
|
||||||
|
|
||||||
# Chat model
|
# Chat model
|
||||||
[model.chat.http]
|
[model.chat.http]
|
||||||
kind = "openai/chat"
|
kind = "openai/chat"
|
||||||
model_name = "deepseek-r1:8b"
|
model_name = "llama3.2:latest"
|
||||||
api_endpoint = "http://ollama-svc:11434/v1"
|
api_endpoint = "http://ollama-svc:11434/v1"
|
||||||
|
|
||||||
# Embedding model
|
# Embedding model
|
||||||
|
|
|
@ -92,7 +92,7 @@ configMapGenerator:
|
||||||
- POSTGRES_PORT=5432
|
- POSTGRES_PORT=5432
|
||||||
- POSTGRES_DB=mealie
|
- POSTGRES_DB=mealie
|
||||||
# Use Ollama
|
# Use Ollama
|
||||||
- OPENAI_BASE_URL=http://ollama.ai.svc.cluster.local:11434
|
- OPENAI_BASE_URL=https://ollama.leechpepin.com:11434/v1
|
||||||
- OPENAI_MODEL=llama3.2:latest
|
- OPENAI_MODEL=llama3.2:latest
|
||||||
- OPENAI_API_KEY=gibberish
|
- OPENAI_API_KEY=gibberish
|
||||||
# Use Authentik OIDC
|
# Use Authentik OIDC
|
||||||
|
|
Loading…
Add table
Reference in a new issue