[model.completion.http] kind = "ollama/completion" model_name = "qwen2.5-coder:14b-instruct-q4_K_M" api_endpoint = "http://ollama-svc:11434" # prompt_template = "
{prefix} {suffix} " # Example prompt template for the CodeLlama model series.
# Chat model
[model.chat.http]
kind = "openai/chat"
model_name = "granite3.3:8b"
api_endpoint = "http://ollama-svc:11434/v1"
# Embedding model
[model.embedding.http]
kind = "ollama/embedding"
model_name = "ordis/jina-embeddings-v2-base-code:latest"
api_endpoint = "http://ollama-svc:11434"