fix load tests on litellm release notes

This commit is contained in:
Ishaan Jaff 2025-02-26 19:11:43 -08:00
parent c07dd16d88
commit 4032838408

View file

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