pub struct GLM5 {}Expand description
AI model type backed by the upstream id glm-5.
Trait Implementations§
impl AsyncChat for GLM5
impl Chat for GLM5
Source§impl ChatRequestModel for GLM5
impl ChatRequestModel for GLM5
Source§const MAX_TOKENS: u32 = 131072
const MAX_TOKENS: u32 = 131072
Largest
max_tokens value accepted by this model’s request schema.Source§impl ChatToolSupport for GLM5
impl ChatToolSupport for GLM5
impl Copy for GLM5
impl Eq for GLM5
impl ResponseFormatEnable for GLM5
impl StructuralPartialEq for GLM5
impl ThinkEnable for GLM5
impl ToolStreamEnable for GLM5
Auto Trait Implementations§
impl Freeze for GLM5
impl RefUnwindSafe for GLM5
impl Send for GLM5
impl Sync for GLM5
impl Unpin for GLM5
impl UnsafeUnpin for GLM5
impl UnwindSafe for GLM5
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.