Skip to content

Commit

Permalink
Refine test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
lsz05 committed Apr 9, 2024
1 parent 6272c8f commit 2d1fd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/embedders/test_openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from jmteb.embedders import OpenAIEmbedder, TextEmbedder

OUTPUT_DIM = 1536
OUTPUT_DIM = 1536 # the maximum dim of default model `text-embedding-3-small`


@pytest.fixture(scope="function")
Expand Down

0 comments on commit 2d1fd87

Please sign in to comment.