mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
build(model_prices_and_context_window.json): add mistral-large on vertex ai pricing
This commit is contained in:
parent
3f39e61b15
commit
2719860c46
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