Skip to content

Commit

Permalink
Hotfix: model name
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Jan 8, 2025
1 parent 3a0b1ec commit f78dedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/core/configs/r2r_azure.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ batch_size = 256

[embedding]
provider = "litellm"
base_model = "openai/text-embedding-3-bad" # continue with `openai` for embeddings, due to server rate limit on azure
base_model = "openai/text-embedding-3-small" # continue with `openai` for embeddings, due to server rate limit on azure
base_dimension = 512

[file]
Expand Down

0 comments on commit f78dedd

Please sign in to comment.