(fix) prod load test

This commit is contained in:
ishaan-jaff 2024-03-14 20:26:36 -07:00
parent 231d350cb1
commit f88be8d622

View file

@ -10,7 +10,7 @@ class MyUser(HttpUser):
def chat_completion(self):
headers = {
"Content-Type": "application/json",
"Authorization": f"Bearer sk-mh3YNUDs1d_f6fMXfvEqBA",
"Authorization": f"Bearer sk-Tbw10FmfaKMsFOD_KJ73tQ",
# Include any additional headers you may need for authentication, etc.
}