mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
build(model_prices_and_context_window.json): add mistral-large on vertex ai pricing
This commit is contained in:
parent
a105348614
commit
2c76524a19
4 changed files with 40 additions and 13 deletions
|
@ -10,7 +10,6 @@ import json
|
|||
import os
|
||||
from typing import Optional
|
||||
|
||||
import jwt
|
||||
from cryptography import x509
|
||||
from cryptography.hazmat.backends import default_backend
|
||||
from cryptography.hazmat.primitives import serialization
|
||||
|
@ -195,6 +194,7 @@ class JWTHandler:
|
|||
if audience is None:
|
||||
decode_options = {"verify_aud": False}
|
||||
|
||||
import jwt
|
||||
from jwt.algorithms import RSAAlgorithm
|
||||
|
||||
header = jwt.get_unverified_header(token)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue