Robert Brennan
Robert Brennan
Also partially solves https://github.com/OpenDevin/OpenDevin/issues/162
Should we maybe open a bug against pexpect?
This looks awesome! LGTM but I will let frontend folks look
IMO it's something for the frontend to handle as it wants--the backend shouldn't concern itself with how data gets displayed. That said, many of the LLMs offer a "streaming" response,...
Here's a suggestion from Slack: https://github.com/princeton-nlp/intercode Maybe not quite the API we need, but we can take some inspiration from them at least
@xingyaoww that should probably work well
@ha-zhcool can you try watching the container with `docker stats` to see if maybe it's running out of memory or sth?
@ha-zhcool and try `docker container inspect $CONTAINER_ID` Post the results of that here, but be sure redact the API key from the env
@cesaregerbino what does `docker container inspect $CONTAINER_ID` show?
Sorry @ha-zhcool can you run `inspect` _after_ it crashes? That should contain the reason