mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
ci: add go lint and race test workflow (#187)
This commit is contained in:
@@ -32,14 +32,14 @@ const (
|
||||
)
|
||||
|
||||
type Model struct {
|
||||
ModelID string `json:"model_id"`
|
||||
Name string `json:"name"`
|
||||
LlmProviderID string `json:"llm_provider_id"`
|
||||
ClientType ClientType `json:"client_type,omitempty"`
|
||||
InputModalities []string `json:"input_modalities,omitempty"`
|
||||
SupportsReasoning bool `json:"supports_reasoning"`
|
||||
Type ModelType `json:"type"`
|
||||
Dimensions int `json:"dimensions"`
|
||||
ModelID string `json:"model_id"`
|
||||
Name string `json:"name"`
|
||||
LlmProviderID string `json:"llm_provider_id"`
|
||||
ClientType ClientType `json:"client_type,omitempty"`
|
||||
InputModalities []string `json:"input_modalities,omitempty"`
|
||||
SupportsReasoning bool `json:"supports_reasoning"`
|
||||
Type ModelType `json:"type"`
|
||||
Dimensions int `json:"dimensions"`
|
||||
}
|
||||
|
||||
// validInputModalities is the set of recognised input modality tokens.
|
||||
|
||||
Reference in New Issue
Block a user