Results 27 comments of eurdoch

The terminal does not currently accept input, there's a draft PR at #371 if you want to check it out. The session does not maintain state (current working directory) and...

@1of13 Setup was changed to use `pipenv` with Pipfile instead of requirements.txt

@rbren I had a working solution for this that allows the terminal to accept input but I closed the pull request. Would you like me to open it? The code...

Just added a draft PR at #537 , check it out! :) To run `ls` you would add a button to call endpoint ? There is also `tree` which will...

@yufansong In #542 I started with a a new endpoint and ran into that problem as well. It should be okay to use the config workspace dir and container image...

@IlyaShkurenko @vnandan I don't have any personal insight into the design decisions that the LangChain team made, but I'm assuming that there is no way to change the system message...

@rkeshwani did you set `LLM_API_KEY` with your groq key? also I don't think you should set the base url that is only for local setup, LLMLite should take care of...

@emkaminsk did you see any package installs being skipped during `pipenv install`? Think this cold be related to #469

@rbren I can check specifically for api key errors and only raise on that condition?

@raymond-etet Can you copy paste the entire error including traceback?