MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / model

Method model

python/src/llm/config.rs:355–357  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

353 }
354
355 fn model(&self) -> String {
356 self.inner.model_name().to_string()
357 }
358
359 /// Cleanup the Python instance from the global registry
360 ///

Calls 2

to_stringMethod · 0.80
model_nameMethod · 0.45