Skip to content

Commit

Permalink
Change default model text-embedding-3-small
Browse files Browse the repository at this point in the history
  • Loading branch information
onurozgurozkan committed Apr 26, 2024
1 parent a720b8e commit 1e0c765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hipcall_openai.ex
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ defmodule HipcallOpenai do
of your available models, or see our Model overview for
descriptions of them.
""",
default: "text-embedding-ada-002"
default: "text-embedding-3-small"
],
dimensions: [
type: :integer,
Expand Down

0 comments on commit 1e0c765

Please sign in to comment.