Documentation
¶
Overview ¶
Package ollama implements stream.Stream for Ollama.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config represents the configuration for the Ollama API client.
func DefaultConfig ¶
func DefaultConfig() Config
DefaultConfig returns the default configuration for the Ollama API client.
type Stream ¶
type Stream struct {
// contains filtered or unexported fields
}
Stream ollama stream.
func (*Stream) CallTools ¶
func (s *Stream) CallTools() []proto.ToolCallStatus
CallTools implements stream.Stream.
Click to show internal directories.
Click to hide internal directories.