From f88be8d622ccaa080c2069733c83c81f244a2da3 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 14 Mar 2024 20:26:36 -0700 Subject: [PATCH] (fix) prod load test --- .github/workflows/locustfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. }