Skip to content

Commit

Permalink
updated default model comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danwritecode committed Nov 7, 2024
1 parent 097af09 commit cc4bf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/embeddings/openai.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub struct OpenAIEmbeddings {
config: OpenAIConfig
}

/// Defaults to the "text-embedding-ada-002" model
/// Defaults to the "text-embedding-3-small" model
/// The API key can be set in the OPENAI_API_KEY environment variable
pub struct OpenAIConfig {
pub api_endpoint: String,
Expand Down

0 comments on commit cc4bf7b

Please sign in to comment.