Skip to content
Snippets Groups Projects
Unverified Commit 7646a117 authored by James Briggs's avatar James Briggs
Browse files

fix: lint

parent fa6e253b
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,12 @@ model_configs = { ...@@ -19,8 +19,12 @@ model_configs = {
"text-embedding-ada-002": EncoderInfo( "text-embedding-ada-002": EncoderInfo(
name="text-embedding-ada-002", token_limit=8192 name="text-embedding-ada-002", token_limit=8192
), ),
"text-embedding-3-small": EncoderInfo(name="text-embedding-3-small", token_limit=8192), "text-embedding-3-small": EncoderInfo(
"text-embedding-3-large": EncoderInfo(name="text-embedding-3-large", token_limit=8192), name="text-embedding-3-small", token_limit=8192
),
"text-embedding-3-large": EncoderInfo(
name="text-embedding-3-large", token_limit=8192
),
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment