mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
dcce0617a3
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.