mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Change openai default model
This commit is contained in:
parent
db0cf3b2ed
commit
f18e9cb7b3
1 changed files with 1 additions and 1 deletions
|
@ -66,11 +66,11 @@ pub enum EmbeddingModel {
|
|||
// # WARNING
|
||||
//
|
||||
// If ever adding a model, make sure to add it to the list of supported models below.
|
||||
#[default]
|
||||
#[serde(rename = "text-embedding-ada-002")]
|
||||
#[deserr(rename = "text-embedding-ada-002")]
|
||||
TextEmbeddingAda002,
|
||||
|
||||
#[default]
|
||||
#[serde(rename = "text-embedding-3-small")]
|
||||
#[deserr(rename = "text-embedding-3-small")]
|
||||
TextEmbedding3Small,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue