Documentation
¶
Index ¶
- func Chat(url string, query llm.Query) (llm.Answer, error)
- func ChatStream(url string, query llm.Query, onChunk func(llm.Answer) error) (llm.Answer, error)
- func Generate(url string, query llm.Query) (llm.Answer, error)
- func GenerateStream(url string, query llm.Query, onChunk func(llm.Answer) error) (llm.Answer, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChatStream ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.