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)
This commit is contained in:
parent
0803fdb722
commit
499e600239
@ -1,6 +1,6 @@
|
|||||||
database_url: "postgresql://llm:llm_secure_password@localhost:5432/llm_gateway"
|
database_url: "postgresql://llm:llm_secure_2026@217.154.82.179:5432/llm_gateway"
|
||||||
gateway_url: "http://localhost:3100"
|
gateway_url: "https://llm-gateway.context-x.org"
|
||||||
ollama_url: "http://192.168.178.169:11434"
|
ollama_url: "http://localhost:11434"
|
||||||
|
|
||||||
models:
|
models:
|
||||||
qwen_14b_hf: "Qwen/Qwen2.5-14B-Instruct" # HuggingFace model ID — used for general fine-tuning
|
qwen_14b_hf: "Qwen/Qwen2.5-14B-Instruct" # HuggingFace model ID — used for general fine-tuning
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user