fix load tests on litellm release notes
This commit is contained in:
parent
c07dd16d88
commit
4032838408
2
.github/workflows/locustfile.py
vendored
2
.github/workflows/locustfile.py
vendored
@ -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.
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user