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

Function test_create_client_anthropic

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

Source from the content-addressed store, hash-verified

652
653 #[test]
654 fn test_create_client_anthropic() {
655 let _c = create_client_with_config(LlmConfig::new("anthropic", "claude-3", "k"));
656 }
657
658 #[test]
659 fn test_create_client_openai() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected