Skip to content

Commit

Permalink
feat: add new model classes for embedding and image processing
Browse files Browse the repository at this point in the history
  • Loading branch information
francis2tm committed Jan 14, 2025
1 parent 36ab70d commit 88cd7be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ export const models: Models = {
[ModelClass.SMALL]: "meta-llama/Llama-3.3-70B-Instruct",
[ModelClass.MEDIUM]: "meta-llama/Llama-3.3-70B-Instruct",
[ModelClass.LARGE]: "meta-llama/Llama-3.3-70B-Instruct",
[ModelClass.EMBEDDING]: "intfloat/multilingual-e5-large-instruct",
[ModelClass.IMAGE]: "black-forest-labs/FLUX.1-schnell",
},
},
};
Expand Down

0 comments on commit 88cd7be

Please sign in to comment.