Skip to content

Commit

Permalink
Add new multimodal models (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnguonly committed May 12, 2024
1 parent 0831a27 commit ce194f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/Options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ export const DEFAULT_TOOL_CONFIG: ToolConfig = {
prefix: "calculate:",
},
};
export const MULTIMODAL_MODELS = ["llava", "bakllava"];
export const MULTIMODAL_MODELS = [
"llava",
"bakllava",
"moondream",
"llava-llama3",
"llava-phi3",
];
export const EMBEDDING_MODELS = [
"nomic-embed-text",
"all-minilm",
Expand Down

0 comments on commit ce194f8

Please sign in to comment.