MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / bytedance

Method bytedance

core/src/llm/providers.rs:288–294  ·  view source on GitHub ↗

Create `ByteDance ModelArk` configuration

(api_key: impl Into<String>, model: impl Into<String>)

Source from the content-addressed store, hash-verified

286
287 /// Create `ByteDance ModelArk` configuration
288 pub fn bytedance(api_key: impl Into<String>, model: impl Into<String>) -> Self {
289 Self::ByteDance {
290 api_key: api_key.into(),
291 model: model.into(),
292 base_url: None,
293 }
294 }
295
296 /// Create `ByteDance ModelArk` configuration with custom base URL
297 pub fn bytedance_with_base_url(

Callers 3

test_bytedance.pyFile · 0.45
bytedance_configMethod · 0.45

Calls

no outgoing calls

Tested by 2

bytedance_configMethod · 0.36