NyashaK commited on
Commit
c1d1525
·
1 Parent(s): e952d1b

adding logging

Browse files
Files changed (3) hide show
  1. __pycache__/app.cpython-310.pyc +0 -0
  2. app.py +1 -1
  3. logs/ronald_ai.log +29 -0
__pycache__/app.cpython-310.pyc CHANGED
Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ
 
app.py CHANGED
@@ -53,7 +53,7 @@ async def set_starters():
53
  cl.Starter(
54
  label="Explain a specific project",
55
  message=f"""Describe one of the best projects Ronald has worked on. Cover the following points in your answer:
56
-
57
  - **Objective:** What was the main goal of the project?
58
  - **Architecture:** How was the system designed? (e.g., Kafka, Spark, DynamoDB)
59
  - **My Achievements:** What specific parts did Ronald build or accomplish?
 
53
  cl.Starter(
54
  label="Explain a specific project",
55
  message=f"""Describe one of the best projects Ronald has worked on. Cover the following points in your answer:
56
+ - **Title:** What was the project's title?
57
  - **Objective:** What was the main goal of the project?
58
  - **Architecture:** How was the system designed? (e.g., Kafka, Spark, DynamoDB)
59
  - **My Achievements:** What specific parts did Ronald build or accomplish?
logs/ronald_ai.log CHANGED
@@ -304,3 +304,32 @@ These projects and experiences highlight Ronald's proficiency in creating effici
304
  2025-06-12 16:23:58.727 | INFO | app.py:main:140 - Received message: Provide a markdown-formatted summary of Ronald’s technical skills grouped into categories such as Programming, Data Engineering, Cloud, Machine Learning, and Tools.
305
  2025-06-12 16:23:59.189 | INFO | app.py:main:143 - LLM response received.
306
  2025-06-12 16:24:02.062 | INFO | app.py:main:151 - Message sent back to client.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
  2025-06-12 16:23:58.727 | INFO | app.py:main:140 - Received message: Provide a markdown-formatted summary of Ronald’s technical skills grouped into categories such as Programming, Data Engineering, Cloud, Machine Learning, and Tools.
305
  2025-06-12 16:23:59.189 | INFO | app.py:main:143 - LLM response received.
306
  2025-06-12 16:24:02.062 | INFO | app.py:main:151 - Message sent back to client.
307
+ 2025-06-12 16:26:39.751 | INFO | app.py:<module>:9 - Starting Ronald AI App
308
+ 2025-06-12 16:26:45.142 | INFO | app.py:start:100 - LLM and embedding models initialized.
309
+ 2025-06-12 16:26:45.919 | INFO | app.py:start:100 - LLM and embedding models initialized.
310
+ 2025-06-12 16:27:17.425 | INFO | app.py:start:100 - LLM and embedding models initialized.
311
+ 2025-06-12 16:27:17.493 | INFO | app.py:main:146 - Received message:
312
+ List Ronald's top 3 most impactful projects. For each project, use the following format:
313
+ ### Project Name: [Name of the project]
314
+
315
+ - **Objective:** [What was the goal?]
316
+ - **My Role & Achievements:** [What did Ronald do and what was the result?]
317
+ - **Technologies Used:** [List of tools and technologies]
318
+ - **Source URL:** [Source URL]
319
+ - **Demo URL:** [Demo URL if available; if not, skip]
320
+
321
+ 2025-06-12 16:27:17.969 | INFO | app.py:main:149 - LLM response received.
322
+ 2025-06-12 16:27:22.102 | INFO | app.py:main:157 - Message sent back to client.
323
+ 2025-06-12 16:27:47.493 | INFO | app.py:start:100 - LLM and embedding models initialized.
324
+ 2025-06-12 16:27:47.965 | INFO | app.py:main:146 - Received message: Provide a clear and professional summary of Ronald’s background, including his current focus, key strengths, and the industries he has worked in. Format the response as a well-structured paragraph.
325
+ 2025-06-12 16:27:48.242 | INFO | app.py:main:149 - LLM response received.
326
+ 2025-06-12 16:27:50.388 | INFO | app.py:main:157 - Message sent back to client.
327
+ 2025-06-12 16:27:53.314 | INFO | app.py:start:100 - LLM and embedding models initialized.
328
+ 2025-06-12 16:27:54.224 | INFO | app.py:main:146 - Received message: Describe one of the best projects Ronald has worked on. Cover the following points in your answer:
329
+
330
+ - **Objective:** What was the main goal of the project?
331
+ - **Architecture:** How was the system designed? (e.g., Kafka, Spark, DynamoDB)
332
+ - **My Achievements:** What specific parts did Ronald build or accomplish?
333
+ - **Outcome:** What was the final result or impact?
334
+ 2025-06-12 16:27:54.512 | INFO | app.py:main:149 - LLM response received.
335
+ 2025-06-12 16:27:57.318 | INFO | app.py:main:157 - Message sent back to client.