pieces-app / support

17 stars 3 forks source link

Copilot Chats do not work #305

Open Daksh777 opened 4 months ago

Daksh777 commented 4 months ago

Software

Desktop Application, VS Code

Operating System / Platform

Windows

Your Pieces OS Version

Pieces OS 10.0.0

Early Access Program

Kindly describe the bug and include as much detail as possible on what you were doing so we can reproduce the bug.

The copilot chats don't seem to be working on both vscode extension and the desktop app, and I'm not able to find a reason as to why that may be happening. Note that I've added my entire project as context (the project is a very small Django app and only has Python and HTML files)

On the desktop app, it gets stuck on loading: image

On the extension, it says that the prompt is too long, even though it isn't: image

I've tried all other LLMs, either from OpenAI, Google or PalmAPI, but all have the same problem

shivay-at-pieces commented 4 months ago

Hey thanks for sharing @Daksh777 We have some performance improvements queued up for this next patch so that should resolve the performance issues you shared and also this context /prompt error you specifically see

rosie-at-pieces commented 3 months ago

Hi @Daksh777 yes like Shivay said we are rolling out a patch for this, but just as a note a good rule of thumb is to scope your context as much as possible or you may run into longer than expected indexing times. Once this next patch is out in the next couple of days do some testing with different sizes of context and let us know how it goes!

Daksh777 commented 3 months ago

Got it, thank you so much!

mack-at-pieces commented 3 months ago

Hey @Daksh777 - Today we released Pieces OS 10.0.2 and Pieces Desktop 3.0.2, which should contain fixes for this. Can you please update to the latest and give this another try and let us know how it goes? Thanks so much!

Daksh777 commented 3 months ago

I still seem to have the problem after I added an entire project folder as context (and this is a super small project, just started) It did not have the problem on smaller files image With 4o: image

mack-at-pieces commented 2 months ago

Hey @Daksh777 yesterday we released Pieces OS 10.1.0 and Pieces Desktop 3.1.0 - can you please update and let us know if you are still having issues? Thanks!

Daksh777 commented 2 months ago

Apologies for the delay @mack-at-pieces, completely missed the notification The copilot now works pretty well! Thanks a ton for the work :)