Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AI45Lab/Code
/ openai.rs
File
openai.rs
core/src/llm/openai.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
//! OpenAI-compatible LLM client
2
3
use super::http::{default_http_client, normalize_base_url, HttpClient};
4
use super::structured;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected