You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(google): classify embedding models by supportedGenerationMethods (#14)
* fix(google): classify embedding models by supportedGenerationMethods
ListModels was hardcoding all Google models as sdk.ModelTypeChat,
discarding the supportedGenerationMethods field already parsed in
googleModelObject. Models with only "embedContent" (no "generateContent")
are now correctly classified as sdk.ModelTypeEmbedding.
Also adds ModelTypeEmbedding constant to the sdk package.
Ref: memohai/Memoh#533
* docs: add ModelTypeEmbedding to API reference and skill docs
0 commit comments