From 3c6c468c7b9a482bc7df34a36c1c4c0ce188fb93 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sat, 12 Oct 2024 12:55:12 +0200 Subject: pshh --- tabby-runner/config.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 tabby-runner/config.toml (limited to 'tabby-runner/config.toml') diff --git a/tabby-runner/config.toml b/tabby-runner/config.toml new file mode 100755 index 0000000..46ed9b1 --- /dev/null +++ b/tabby-runner/config.toml @@ -0,0 +1,13 @@ +# Completion model + +# Chat model +[model.chat.http] +kind = "openai/chat" +model_name = "qwen2.5-coder:7b-instruct-q4_0" +api_endpoint = "http://localhost:11434/v1" + +# Embedding model +[model.embedding.http] +kind = "ollama/embedding" +model_name = "nomic-embed-text" +api_endpoint = "http://localhost:11434" -- cgit v1.2.3