Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ModelList = []*model.ModelConfig{ { Model: "360GPT_S2_V9", Type: relaymode.ChatCompletions, Owner: model.ModelOwnerAI360, }, { Model: "embedding-bert-512-v1", Type: relaymode.Embeddings, Owner: model.ModelOwnerAI360, }, { Model: "embedding_s1_v1", Type: relaymode.Embeddings, Owner: model.ModelOwnerAI360, }, { Model: "semantic_similarity_s1_v1", Type: relaymode.Embeddings, Owner: model.ModelOwnerAI360, }, }
Functions ¶
This section is empty.
Types ¶
type Adaptor ¶
func (*Adaptor) GetChannelName ¶
func (*Adaptor) GetModelList ¶
func (a *Adaptor) GetModelList() []*model.ModelConfig
Click to show internal directories.
Click to hide internal directories.