mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
fix: add ada-2-v2 types
This commit is contained in:
@@ -21,7 +21,8 @@ ModelNames: TypeAlias = Literal[
|
||||
"gpt-3.5-turbo-0125",
|
||||
"gpt-3.5-turbo-16k-0613",
|
||||
"gpt-3.5-turbo-instruct",
|
||||
"text-embedding-ada-002",
|
||||
"text-embedding-3-small",
|
||||
"text-embedding-3-large"
|
||||
"text-embedding-ada-002",
|
||||
"text-embedding-ada-002-v2",
|
||||
"text-embedding-3-small",
|
||||
"text-embedding-3-large",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user