diff --git a/.github/workflows/locustfile.py b/.github/workflows/locustfile.py index 99022dc34..3245d1726 100644 --- a/.github/workflows/locustfile.py +++ b/.github/workflows/locustfile.py @@ -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. }