Module zino_core::chatbot

source ·
Available on crate feature chatbot only.
Expand description

Unified access to different chatbot services.

§Supported chatbot services

Chatbot serviceDescriptionFeature flag
openaiOpenAIchatbot-openai

Structs§

  • A chatbot with the specific service and model.
  • Global access to the shared chatbot services.

Traits§

  • Underlying trait of all chatbot services for implementors.