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

Method with_provider_name

core/src/llm/openai.rs:105–108  ·  view source on GitHub ↗
(mut self, provider_name: impl Into<String>)

Source from the content-addressed store, hash-verified

103 }
104
105 pub fn with_provider_name(mut self, provider_name: impl Into<String>) -> Self {
106 self.provider_name = provider_name.into();
107 self
108 }
109
110 pub fn with_chat_completions_path(mut self, path: impl Into<String>) -> Self {
111 let path = path.into();

Callers 2

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected