Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
///
Callers
15
test_azurellm_config_creation
Method · 0.45
test_azurellm_config_with_api_version
Method · 0.45
test_azurellm_config_different_deployments
Method · 0.45
test_azurellm_vs_openai_config
Method · 0.45
test_replicate_config_creation
Method · 0.45
test_replicate_config_with_version
Method · 0.45
test_replicate_function_calling_models
Method · 0.45
test_replicate_config_with_none_values
Method · 0.45
test_replicate_config_string_representation
Method · 0.45
test_gpt5_model
Method · 0.45
test_gpt5_structured_model
Method · 0.45
test_glaive_function_calling_model
Method · 0.45
Calls
2
to_string
Method · 0.80
model_name
Method · 0.45
Tested by
15
test_azurellm_config_creation
Method · 0.36
test_azurellm_config_with_api_version
Method · 0.36
test_azurellm_config_different_deployments
Method · 0.36
test_azurellm_vs_openai_config
Method · 0.36
test_replicate_config_creation
Method · 0.36
test_replicate_config_with_version
Method · 0.36
test_replicate_function_calling_models
Method · 0.36
test_replicate_config_with_none_values
Method · 0.36
test_replicate_config_string_representation
Method · 0.36
test_gpt5_model
Method · 0.36
test_gpt5_structured_model
Method · 0.36
test_glaive_function_calling_model
Method · 0.36