(fix) locust load test

This commit is contained in:
ishaan-jaff 2024-03-12 18:52:49 -07:00
parent abd15f4421
commit c0af9dc4f6
2 changed files with 3 additions and 1 deletions

View file

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