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

Method with_base_url

core/src/llm/factory.rs:77–80  ·  view source on GitHub ↗
(mut self, base_url: impl Into<String>)

Source from the content-addressed store, hash-verified

75 }
76
77 pub fn with_base_url(mut self, base_url: impl Into<String>) -> Self {
78 self.base_url = Some(base_url.into());
79 self
80 }
81
82 pub fn with_headers(mut self, headers: HashMap<String, String>) -> Self {
83 self.headers = headers;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected