(fix) prod load test
This commit is contained in:
parent
231d350cb1
commit
f88be8d622
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…
Reference in New Issue
Block a user