(fix) load testing key used

This commit is contained in:
Ishaan Jaff 2024-04-01 08:28:11 -07:00
parent bbfd850e12
commit 53d7b95364
2 changed files with 4 additions and 3 deletions

View file

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