Skip to content

Commit af45b92

Browse files
committed
chore: Text update
1 parent 41b449b commit af45b92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/embeddings/openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
_API_URL = "https://api.openai.com/v1/embeddings"
1414
# OpenAI accepts up to 2048 inputs per request; 128 is conservative and matches
15-
# Voyage's cap so behaviour is uniform across providers.
15+
# Voyage's cap, so behavior is uniform across providers.
1616
_BATCH_SIZE = 128
1717
_BACKOFF_DELAYS = [10, 20, 30, 40]
1818

0 commit comments

Comments
 (0)