Pilot - Error response

Hi,

I am trying to use Pilot to build out my front end app. I already made the ontology. I am able to load into the application, and the LLM processes my request, however it doesn’t actually make any edits to the code even though it says it’s done the front end.

I then ask it to add the code but i keep getting the message “Error communication with language model service”

Any help with this?

Kind regards

Sam

1 Like

Hi there :waving_hand:

“Error communication with language model service” might mean you’re hitting rate limiting with the Language Model Service.

Few questions to help debug -

  • Are you on a Developer Tier enrollment? These accounts generally have much tighter rate limiting.

  • Are you using the default model? Or did you switch to another model (such as OpenAI)?

  • If you open up the Pilot logs (as shown below), do you see any logs pointing to LMS errors at all?

Thanks!

Hello!

Have you tried clearing the context? This may be the cause of the error, and you can clear the context using the more menu at the bottom of the left panel

Hi,

I got it working by changing from the default model to ChatGpt 5.1. It seems the default model wasn’t supported on my enterprise stack

Thanks for the help! Seeing the logs really made it so much easier

Sam

2 Likes