Skip to content

Commit

Permalink
add embedding with ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Mar 30, 2024
1 parent 6c9a762 commit 37b38f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Collection/Components/EmbeddingType.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{ active: true, key: "mock", title: 'Mock LLM', description: 'This will mock all the LLM features great for local development', current: true },
{ active: true, key: "openai", title: 'OpenAi', description: 'This will work with the OpenAi Api', current: false },
{ active: false, key: "mock", title: 'OpenAi Azure', description: 'This will work with the Azure OpenAi Api', current: false },
{ active: false, key: "ollama", title: 'Ollama', description: 'This will work with the Ollam API', current: false },
{ active: true, key: "ollama", title: 'Ollama', description: 'This will work with the Ollam API', current: false },
{ active: false, key: "mock", title: 'Gemini', description: 'This will work with the Gemini Api', current: false },
{ active: true, key: "mock", title: 'Claude using Vonage', description: 'This will work with the Claude Api', current: false },
]
Expand Down

0 comments on commit 37b38f8

Please sign in to comment.