diff --git a/.github/workflows/locustfile.py b/.github/workflows/locustfile.py index 9e5b62ff09..5dce0bb02f 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-gUvTeN9g0sgHBMf9HeCaqA", + "Authorization": f"Bearer sk-S2-EZTUUDY0EmM6-Fy0Fyw", # Include any additional headers you may need for authentication, etc. } diff --git a/deploy/kubernetes/kub.yaml b/deploy/kubernetes/kub.yaml index e57779166f..d5ba500d8f 100644 --- a/deploy/kubernetes/kub.yaml +++ b/deploy/kubernetes/kub.yaml @@ -15,15 +15,16 @@ spec: containers: - name: litellm-container image: ghcr.io/berriai/litellm:main-latest + imagePullPolicy: Always env: - name: AZURE_API_KEY value: "d6f****" - name: AZURE_API_BASE - value: "https://openai + value: "https://openai" - name: LITELLM_MASTER_KEY value: "sk-1234" - name: DATABASE_URL - value: "postgresql://ishaan:*********"" + value: "postgresql://ishaan*********" args: - "--config" - "/app/proxy_config.yaml" # Update the path to mount the config file