🪙 feat: Update Token Values for gpt-4o-2024-08-06 and AWS Models (#3594)

* feat: gpt-4o-2024-08-06 pricing for tx

* feat: add AWS models to tokenValues in tx.js for pricing transactions

* feat: Update tokenValues in tx.js for AWS models pricing

* refactor: add bedrock prefix values as well (temporary until we update value keys which includes context)
This commit is contained in:
Danny Avila 2024-08-08 23:31:07 -04:00 committed by GitHub
parent 016ed866a3
commit e05a6d306d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 139 additions and 26 deletions

View file

@ -12,6 +12,7 @@ export const defaultSocialLogins = ['google', 'facebook', 'openid', 'github', 'd
export const defaultRetrievalModels = [
'gpt-4o',
'gpt-4o-2024-05-13',
'gpt-4o-2024-08-06',
'gpt-4o-mini',
'gpt-4o-mini-2024-07-18',
'gpt-4-turbo-preview',