mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(fix) prod load test
This commit is contained in:
parent
231d350cb1
commit
f88be8d622
1 changed files with 1 additions and 1 deletions
2
.github/workflows/locustfile.py
vendored
2
.github/workflows/locustfile.py
vendored
|
@ -10,7 +10,7 @@ class MyUser(HttpUser):
|
|||
def chat_completion(self):
|
||||
headers = {
|
||||
"Content-Type": "application/json",
|
||||
"Authorization": f"Bearer sk-mh3YNUDs1d_f6fMXfvEqBA",
|
||||
"Authorization": f"Bearer sk-Tbw10FmfaKMsFOD_KJ73tQ",
|
||||
# Include any additional headers you may need for authentication, etc.
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue