From 4032838408ff14d70397b143bbacbc1ff5c0ccfd Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 26 Feb 2025 19:11:43 -0800 Subject: [PATCH] fix load tests on litellm release notes --- .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 96dd8e1990..36dbeee9c4 100644 --- a/.github/workflows/locustfile.py +++ b/.github/workflows/locustfile.py @@ -8,7 +8,7 @@ class MyUser(HttpUser): def chat_completion(self): headers = { "Content-Type": "application/json", - "Authorization": "Bearer sk-ZoHqrLIs2-5PzJrqBaviAA", + "Authorization": "Bearer sk-8N1tLOOyH8TIxwOLahhIVg", # Include any additional headers you may need for authentication, etc. }