mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-10 22:24:51 +00:00
(ci/cd) use deployed github release for load testing
This commit is contained in:
@@ -10,7 +10,7 @@ class MyUser(HttpUser):
|
||||
def chat_completion(self):
|
||||
headers = {
|
||||
"Content-Type": "application/json",
|
||||
"Authorization": f"Bearer sk-Tbw10FmfaKMsFOD_KJ73tQ",
|
||||
"Authorization": f"Bearer sk-gUvTeN9g0sgHBMf9HeCaqA",
|
||||
# Include any additional headers you may need for authentication, etc.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user