Khushi Pal

Results 6 comments of Khushi Pal

Hi! I’m trying to locate Calc.py, was this file renamed, moved, or deleted? Could you point me to the branch/path where it's located?

i have the correct code, not yet opened a PR as i couldn't find the Calc.py file, so if i need to add it then i will sure!

I guess it should come under math only! am not sure

I implemented a remove command that lets users delete previously downloaded songs from a Spotify playlist. It supports multiple file formats, provides a dry-run mode to preview changes, and gives...

Yes, they are similar, almost identical in their structure. But this is okay, because the purpose is to reinforce the principle: whether dealing with Promises or synchronous code, you should...

The simplified RAG chain only passes the user query to the LLM, but the complete RAG chain constructs a prompt from retrieved documents + question. If you apply the cache...