pub struct GLM4_7 {}Expand description
AI model type backed by the upstream id glm-4.7.
Trait Implementations§
impl AsyncChat for GLM4_7
impl Chat for GLM4_7
Source§impl ChatRequestModel for GLM4_7
impl ChatRequestModel for GLM4_7
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 GLM4_7
impl ChatToolSupport for GLM4_7
impl Copy for GLM4_7
impl Eq for GLM4_7
impl ResponseFormatEnable for GLM4_7
impl StructuralPartialEq for GLM4_7
impl ThinkEnable for GLM4_7
impl ToolStreamEnable for GLM4_7
Auto Trait Implementations§
impl Freeze for GLM4_7
impl RefUnwindSafe for GLM4_7
impl Send for GLM4_7
impl Sync for GLM4_7
impl Unpin for GLM4_7
impl UnsafeUnpin for GLM4_7
impl UnwindSafe for GLM4_7
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.