Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InfinitiBit/graphbit
/ ai21.rs
File
ai21.rs
core/src/llm/ai21.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
//! `AI21` LLM provider implementation (Jamba / Chat + function calling)
2
3
use crate::errors::{GraphBitError, GraphBitResult};
4
use crate::llm::providers::LlmProviderTrait;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected