Files
Memoh/internal
BBQ dcce0617a3 fix(memory): correct mock server path in LLM client test
The LLM client's callChat method appends "/chat/completions" to the base URL.
The test's mock server was expecting "/v1/chat/completions", causing a 404
error during testing. This commit aligns the mock server path with the
actual client implementation.
2026-02-01 15:53:13 +08:00
..
2026-01-20 00:04:23 +07:00
2026-01-30 23:32:23 +08:00
2026-02-01 01:41:55 +08:00
2026-02-01 01:41:55 +08:00
2026-02-01 02:28:24 +08:00
2026-01-28 15:57:39 +08:00
2026-01-20 00:04:23 +07:00
2026-02-01 02:28:24 +08:00
2026-01-28 04:48:32 +07:00
2026-01-30 23:32:23 +08:00
2026-02-01 02:28:24 +08:00
2026-01-29 16:10:09 +08:00