fix - locustfile

This commit is contained in:
Ishaan Jaff 2024-05-25 17:25:21 -07:00
parent 7cc63a77c6
commit 284f2dc804

View file

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