Skip to content

Commit

Permalink
Add new OpenAI embedding models (langgenius#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
guchenhe authored Jan 25, 2024
1 parent c038040 commit 8be7d8a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
model: text-embedding-3-large
model_type: text-embedding
model_properties:
context_size: 8191
max_chunks: 32
pricing:
input: '0.00013'
unit: '0.001'
currency: USD
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
model: text-embedding-3-small
model_type: text-embedding
model_properties:
context_size: 8191
max_chunks: 32
pricing:
input: '0.00002'
unit: '0.001'
currency: USD

0 comments on commit 8be7d8a

Please sign in to comment.