From c3c71345db9086392cd9b7529c7f5287009c226e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 24 Sep 2025 23:21:43 +0300 Subject: Add runtime config store and reload command --- internal/llm/test_helpers_test.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 internal/llm/test_helpers_test.go (limited to 'internal/llm/test_helpers_test.go') diff --git a/internal/llm/test_helpers_test.go b/internal/llm/test_helpers_test.go new file mode 100644 index 0000000..051747a --- /dev/null +++ b/internal/llm/test_helpers_test.go @@ -0,0 +1,3 @@ +package llm + +func f64p(v float64) *float64 { return &v } -- cgit v1.2.3