Spaces:
Running
Running
cvhange model
Browse files- app.py +1 -1
- logs/ronald_ai.log +7 -0
app.py
CHANGED
|
@@ -91,7 +91,7 @@ async def set_starters():
|
|
| 91 |
@cl.on_chat_start
|
| 92 |
async def start():
|
| 93 |
cl.user_session.set("llm", OpenRouter(
|
| 94 |
-
model="
|
| 95 |
temperature=0.1,
|
| 96 |
max_tokens=1024,
|
| 97 |
api_key=os.getenv("API_KEY")
|
|
|
|
| 91 |
@cl.on_chat_start
|
| 92 |
async def start():
|
| 93 |
cl.user_session.set("llm", OpenRouter(
|
| 94 |
+
model="meta-llama/llama-4-maverick-17b-128e-instruct:free",
|
| 95 |
temperature=0.1,
|
| 96 |
max_tokens=1024,
|
| 97 |
api_key=os.getenv("API_KEY")
|
logs/ronald_ai.log
CHANGED
|
@@ -703,3 +703,10 @@ These projects and experiences highlight Ronald's proficiency in creating effici
|
|
| 703 |
2025-06-12 17:20:20.758 | INFO | app.py:main:150 - Received message: what are the AI tools does he know and relevant projects
|
| 704 |
2025-06-12 17:20:20.803 | INFO | app.py:main:153 - LLM response received.
|
| 705 |
2025-06-12 17:20:23.063 | INFO | app.py:main:161 - Message sent back to client.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 703 |
2025-06-12 17:20:20.758 | INFO | app.py:main:150 - Received message: what are the AI tools does he know and relevant projects
|
| 704 |
2025-06-12 17:20:20.803 | INFO | app.py:main:153 - LLM response received.
|
| 705 |
2025-06-12 17:20:23.063 | INFO | app.py:main:161 - Message sent back to client.
|
| 706 |
+
2025-06-12 17:33:25.717 | INFO | app.py:<module>:9 - Starting Ronald AI App
|
| 707 |
+
2025-06-12 17:33:32.378 | INFO | app.py:start:104 - LLM and embedding models initialized.
|
| 708 |
+
2025-06-12 17:33:33.311 | INFO | app.py:start:104 - LLM and embedding models initialized.
|
| 709 |
+
2025-06-12 17:33:34.018 | INFO | app.py:start:104 - LLM and embedding models initialized.
|
| 710 |
+
2025-06-12 17:37:20.014 | INFO | app.py:main:150 - Received message: tell me about politics
|
| 711 |
+
2025-06-12 17:37:20.734 | INFO | app.py:main:153 - LLM response received.
|
| 712 |
+
2025-06-12 17:37:22.459 | INFO | app.py:main:161 - Message sent back to client.
|