You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"I installed it into my jupyter env and it runs fine on port 8889, but the default port 8888, it just sits waiting on the AI to generate a response."
My first thought is that there might be some firewall/routing config that is blocking the fetch calls to AI endpoints on user's machine. Need to ask for followups.
The text was updated successfully, but these errors were encountered:
Now it defaults to 8889 when I launch jupyter lab from anaconda navigator. And the AI features are working as expected there.
Manually launching 8888, it sits on Generating AI response in the side panel, row level ctrl +k lets me type in the question, but the Enter button doesn't appear to do anything.
Win11, Anaconda Navigator > Base env> Pip install pretzelai
As per this HN comment: https://news.ycombinator.com/item?id=40861716
"I installed it into my jupyter env and it runs fine on port 8889, but the default port 8888, it just sits waiting on the AI to generate a response."
My first thought is that there might be some firewall/routing config that is blocking the
fetch
calls to AI endpoints on user's machine. Need to ask for followups.The text was updated successfully, but these errors were encountered: