package
0.2.0
Repository: https://github.com/redhat-et/copilot-ops.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

BLOOM Declares the BLOOM AI backend, created by BigScience, hosted by HuggingFace.
GPT3 Declares the GPT-3 AI backend, created and hosted by OpenAI.
GPTJ Declares the GPT-J AI backend, created and hosted by EleutherAI.
OPT Declares the OPT-175B AI Backend, created by Meta.
Unselected Represents an empty AI backend type.

# Interfaces

Client Is an interface which declares common methods expected of various NLP models; regardless of the architecture style or method of accessing.
EditClient Describes an AI client capable of implementing the edit function.
GenerateClient Describes a client which can generate code/text from an AI backend.

# Type aliases

Backend Defines a type specifically for backends.