File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class MyUser(HttpUser):
10
10
def chat_completion (self ):
11
11
headers = {
12
12
"Content-Type" : "application/json" ,
13
- "Authorization" : f"Bearer sk-gUvTeN9g0sgHBMf9HeCaqA " ,
13
+ "Authorization" : f"Bearer sk-S2-EZTUUDY0EmM6-Fy0Fyw " ,
14
14
# Include any additional headers you may need for authentication, etc.
15
15
}
16
16
Original file line number Diff line number Diff line change @@ -15,15 +15,16 @@ spec:
15
15
containers :
16
16
- name : litellm-container
17
17
image : ghcr.io/berriai/litellm:main-latest
18
+ imagePullPolicy : Always
18
19
env :
19
20
- name : AZURE_API_KEY
20
21
value : " d6f****"
21
22
- name : AZURE_API_BASE
22
- value : " https://openai
23
+ value : " https://openai"
23
24
- name : LITELLM_MASTER_KEY
24
25
value : " sk-1234"
25
26
- name : DATABASE_URL
26
- value : " postgresql://ishaan: *********" "
27
+ value : " postgresql://ishaan*********"
27
28
args :
28
29
- " --config"
29
30
- " /app/proxy_config.yaml" # Update the path to mount the config file
You can’t perform that action at this time.
0 commit comments