| 1 | //! Zhipu AI (GLM) LLM client |
| 2 | //! |
| 3 | //! GLM uses an OpenAI-compatible API but with a different endpoint path. |
| 4 | //! This client wraps `OpenAiClient` with the correct GLM defaults. |
nothing calls this directly
no outgoing calls
no test coverage detected