MCPcopy Index your code
hub / github.com/AI45Lab/Code / zhipu.rs

File zhipu.rs

core/src/llm/zhipu.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected