forked from phoenix/litellm-mirror
fix - locustfile
This commit is contained in:
parent
7cc63a77c6
commit
284f2dc804
1 changed files with 1 additions and 1 deletions
2
.github/workflows/locustfile.py
vendored
2
.github/workflows/locustfile.py
vendored
|
@ -10,7 +10,7 @@ class MyUser(HttpUser):
|
||||||
def chat_completion(self):
|
def chat_completion(self):
|
||||||
headers = {
|
headers = {
|
||||||
"Content-Type": "application/json",
|
"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.
|
# Include any additional headers you may need for authentication, etc.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue