feat(chunkhound): add config

Amolith created

Change summary

dot_config/chunkhound/config.json | 9 +++++++++
1 file changed, 9 insertions(+)

Detailed changes

dot_config/chunkhound/config.json 🔗

@@ -0,0 +1,9 @@
+{
+  "embedding": {
+    "provider": "openai",
+    "base_url": "https://api.synthetic.new/openai/v1",
+    "model": "hf:nomic-ai/nomic-embed-text-v1.5",
+    "utility_model": "hf:zai-org/GLM-4.6",
+    "synthesis_model": "hf:moonshotai/Kimi-K2-Thinking"
+  }
+}