diff --git a/helpers/env-variables.ts b/helpers/env-variables.ts
index 5a91da6b582fd925c4a15dea8db1057f3cbf4616..d410edfa2ea3597e5bcaa33f8a18d560f6e26d87 100644
--- a/helpers/env-variables.ts
+++ b/helpers/env-variables.ts
@@ -217,13 +217,7 @@ const getFrameworkEnvs = (
       name: "SYSTEM_PROMPT",
       description: `Custom system prompt.
 Example:
-SYSTEM_PROMPT="
-We have provided context information below.
----------------------
-{context_str}
----------------------
-Given this information, please answer the question: {query_str}
-"`,
+SYSTEM_PROMPT="You are a helpful assistant who helps users with their questions."`,
     },
   ];
 };
diff --git a/helpers/python.ts b/helpers/python.ts
index 8c2d7bce6b6a9494df9bffc832d56bbd038826e9..9141cd6292e2d9014d01f7381f6066cd7c74687f 100644
--- a/helpers/python.ts
+++ b/helpers/python.ts
@@ -43,6 +43,7 @@ const getAdditionalDependencies = (
         name: "llama-index-vector-stores-postgres",
         version: "^0.1.1",
       });
+      break;
     }
     case "pinecone": {
       dependencies.push({