From 284f2dc804d49f8c45e1bf7b7697cbcc0aa9f946 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 25 May 2024 17:25:21 -0700 Subject: [PATCH] fix - locustfile --- .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 6aa874ebe..34ac7bee0 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-S2-EZTUUDY0EmM6-Fy0Fyw", + "Authorization": f"Bearer sk-ZoHqrLIs2-5PzJrqBaviAA", # Include any additional headers you may need for authentication, etc. }