I am facing issue in the chatbox while attempting questions. It shows a red cross box and not generating any responses. This started happening when I reached the “combining text and calculations” lesson.
Tried clearing cache, restarting, using a different browser? Please help. Is someone else facing similar issue?
I’ve completely cleared the cache and browser history, signed out and signed back in, and tried multiple browsers, Chrome, Brave on Windows 10, and Chrome, Brave, and Safari on Mac OS Sequoia, but I get the same timed-out message.
And as earlier, the get_llm and print_llm aren’t working. For instance, in lesson 3, when running the code to print LLM response for the high-priority task, the following error appears. As a result, I haven’t been able to progress through the lessons.
PermissionDeniedError Traceback (most recent call last)
Cell In[22], line 3
1 #complete high priority tasks
2 for task in prioritized_tasks[“high_priority”]:
----> 3 print_llm_response(task)
try a different email-id and access the codes, does it give the same error?? about the llms response. also please share screenshot of the error you are mentioning as
it seems this code is not complete, one needs to mention codes after :