Skip to content

Commit

Permalink
llm: use model name from openai client
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed May 11, 2024
1 parent 5224c43 commit efe2637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest/llm/llm.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Client interface {
}

const (
embeddingModelName = "text-embedding-3-small"
embeddingModelName = openai.SmallEmbedding3
embeddingDimensions = 512
)

Expand Down

0 comments on commit efe2637

Please sign in to comment.