feat: models test and fixes
This commit is contained in:
@@ -11,6 +11,7 @@ type Provider interface {
|
||||
Name() string
|
||||
RequiresAPIKey() bool
|
||||
ValidateAPIKey(key string) bool
|
||||
APIKeyURL() string
|
||||
IsLocal() bool
|
||||
Models() []Model
|
||||
DefaultModel(t ModelType) string
|
||||
|
||||
Reference in New Issue
Block a user