feat: models test and fixes

This commit is contained in:
leonardotrapani
2026-02-02 01:13:33 +01:00
parent 2729882b9d
commit 195f9f5115
34 changed files with 507 additions and 154 deletions
+1
View File
@@ -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