summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2026-05-27 05:25:21 -0500
committermsglm <msglm@techchud.xyz>2026-05-27 05:25:21 -0500
commitc7e0490f9aecd3e27a20eb75dd8c394ad4797563 (patch)
tree5a3f8c787762f8b517fa62cd8f9a9b0bb53b2c36
parenta0f3ce18f40ed67e32833c17bb5a8d1fb17a5135 (diff)
downloadgetmeajob-0.0.9.tar.gz
getmeajob-0.0.9.tar.bz2
getmeajob-0.0.9.zip
capitalize listingEntry0.0.9
-rw-r--r--getmeajob/getmeajob.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/getmeajob/getmeajob.py b/getmeajob/getmeajob.py
index d405ca4..2686c2f 100644
--- a/getmeajob/getmeajob.py
+++ b/getmeajob/getmeajob.py
@@ -143,7 +143,7 @@ def main():
for job in jobsdict:
print(job)
- if len(listingentry["automated_questions"]) > 0:
+ if len(listingEntry["automated_questions"]) > 0:
qanda = []
@@ -151,7 +151,7 @@ def main():
filename="*Q8_0.gguf",
verbose=True
)
- for question in listingentry["automated_questions"]:
+ for question in listingEntry["automated_questions"]:
qanda.append(llm.create_chat_completion(
messages = [
{"role": "system", "content": "You are a summarizer tasked with summarizing job applications. Presented to you are the user's question about a job description and the description. Using only the provided description, answer the question to the best of your ability. If you are incapable of figuring out the answer, inform the user of this."},