mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat: init go structure & add agent structure
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package model
|
||||
|
||||
import "github.com/memohai/Memoh/model/provider"
|
||||
|
||||
type Model struct {
|
||||
Provider provider.Provider
|
||||
ModelID string
|
||||
BaseURL string
|
||||
APIKey string
|
||||
}
|
||||
Reference in New Issue
Block a user