From 499e6002390cad2c068cdeb5427cc97f9faecfb3 Mon Sep 17 00:00:00 2001 From: Rene Fichtmueller Date: Thu, 2 Apr 2026 23:23:17 +0200 Subject: [PATCH] fix: fine-tuner config points to Erik DB + CF tunnel URLs - database_url: Erik PostgreSQL (217.154.82.179:5432) with correct password - gateway_url: https://llm-gateway.context-x.org (public CF tunnel) - ollama_url: localhost:11434 (local Mac Studio, fine-tuner runs locally) --- packages/fine-tuner/config/fine_tuner.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/fine-tuner/config/fine_tuner.yaml b/packages/fine-tuner/config/fine_tuner.yaml index 0b87cc0..c1f80e6 100644 --- a/packages/fine-tuner/config/fine_tuner.yaml +++ b/packages/fine-tuner/config/fine_tuner.yaml @@ -1,6 +1,6 @@ -database_url: "postgresql://llm:llm_secure_password@localhost:5432/llm_gateway" -gateway_url: "http://localhost:3100" -ollama_url: "http://192.168.178.169:11434" +database_url: "postgresql://llm:llm_secure_2026@217.154.82.179:5432/llm_gateway" +gateway_url: "https://llm-gateway.context-x.org" +ollama_url: "http://localhost:11434" models: qwen_14b_hf: "Qwen/Qwen2.5-14B-Instruct" # HuggingFace model ID — used for general fine-tuning