Crate ic_llm

Source
Expand description

A library for making requests to the LLM canister on the Internet Computer.

Structs§

ChatMessage
A message in a chat.

Enums§

Model
Supported LLM models.
Role
The role of a ChatMessage.

Functions§

chat
Sends a list of messages to a model.
prompt
Sends a single message to a model.