Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ test_create_client_openai
Function
test_create_client_openai
core/src/llm/tests.rs:659–661 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
657
658
#[test]
659
fn test_create_client_openai() {
660
let _c = create_client_with_config(LlmConfig::new(
"openai"
,
"gpt-4"
,
"k"
));
661
}
662
663
#[test]
664
fn test_create_client_unknown() {
Callers
nothing calls this directly
Calls
1
create_client_with_config
Function · 0.85
Tested by
no test coverage detected