First Version
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
pub mod logging;
|
||||
|
||||
// Re-export from the independent llm-client crate.
|
||||
pub use llm_client::{
|
||||
ChatOptions, ChatResponse, ChatbotClient, LlmRawMeta, LlmTurn, Message, ToolCall,
|
||||
anthropic, lm_studio, ollama, openai,
|
||||
};
|
||||
Reference in New Issue
Block a user