build(model_prices_and_context_window.json): add mistral-large on vertex ai pricing

This commit is contained in:
Krrish Dholakia 2024-07-27 10:32:38 -07:00
parent 3f39e61b15
commit 2719860c46
4 changed files with 40 additions and 13 deletions

View file

@ -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)