forked from phoenix/litellm-mirror
(ci/cd) use deployed github release for load testing
This commit is contained in:
parent
f3209b63cd
commit
6ee6fb6c73
2 changed files with 2 additions and 2 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-Tbw10FmfaKMsFOD_KJ73tQ",
|
||||
"Authorization": f"Bearer sk-gUvTeN9g0sgHBMf9HeCaqA",
|
||||
# Include any additional headers you may need for authentication, etc.
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue