MCPcopy Create free account
hub / github.com/AI45Lab/Code / test_create_client_with_base_url

Function test_create_client_with_base_url

core/src/llm/tests.rs:1425–1429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1423
1424 #[test]
1425 fn test_create_client_with_base_url() {
1426 let config =
1427 LlmConfig::new("openai", "gpt-4", "key").with_base_url("https://custom.api.com");
1428 let _client = create_client_with_config(config);
1429 }
1430
1431 // ========================================================================
1432 // normalize_base_url

Callers

nothing calls this directly

Calls 2

with_base_urlMethod · 0.45

Tested by

no test coverage detected