Titus Lim

Results 10 comments of Titus Lim

> Can you give more context here? Like NTLM is supported, but I’m not sure if that’s what you’re looking for. Can I suggest that the returning the hashed password...

I have a similar error. I was running the code in "chain_of_table.ipynb" using LLaMA2-7bn but I got the error messages below: ![image](https://github.com/run-llama/llama-hub/assets/7207877/17fd0284-ddfc-4083-ac87-515b93493032) ![image](https://github.com/run-llama/llama-hub/assets/7207877/37cbcd04-caed-45e7-b8c4-6600bf0d8d5d)

I figured out why. When you inspect the chainlit app, you'll see an error saying `getuserMedia()` is undefined. According to this (issue)[https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia], it's because the url is not secure -...

There's a GitHub repo that has attempted this: https://github.com/AbubakrChan/crewai-business-product-launch The approach here is to save sys.stdout as a variable and then perform regex to make the stream not look so...

Can I check if users can interact with the data frame like in streamlit - if they click the column name does it sort the data frame?

Sure! I was on dspy-ai 2.4.11 before this I think - the update just before!

> We have been using the progress event example to instead send streaming responses back to the client or user. ctx.write_event_to_steam will send a streaming response to the client and...

Thanks @abdulhuq-cimulate I'll try this out and edit from there! Have you tried with human-in-the-loop also?

OK @abdulhuq-cimulate I get what you're doing in the workflow portion. To handle timeout events (like if the user is chatting with someone and doesn't reply immediately) we can just...