llms

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LLM

type LLM interface {
	// Define common methods that both LLMs should have
	StreamCompleteChat(input0 string, input1 string, input2 string) (string, error)
	StreamChat(input0 string, input1 string, input2 string, ipcChan chan string)
	Chat(input0 string, input1 string, input2 string) (string, error)
}

Define a common interface that both LLM types will implement.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL