Younes DARRASSI
Younes DARRASSI
i think complexity will consume more power , we need to invest time in new Goodie like RAG ,memory , webscraping ONLINE DOCS , optimising token usage , fixing readcode...
Work good as it is , but if we want to pass new variable to the render function , it will throw error .
Just replace this line in. Validate response function of coder agent current_file = line.split(":")[1].strip() To current_file = line.split("`")[1].strip()
**i tested it and its working** i would happy if someone develop some sand box fonctionalite to run code and internal server for each project and visualize the internal dev...
Do `gh pr checkout 603` and you will get the update
> I tried through Pinocchio and the same problem. Does it require gpu ### Do I fresh install, your problem related to Sentencetransformer and the error say , there is...
> Not working after update ### It's working just you should install all requirements,
After you active venv Try `uv pip uninstall keybert sentence-transformers -y` `uv pip install keybert sentence-transformers`
Make sure this requirements is satisfied ``` Version's requirements - Python >= 3.10 and < 3.12 - NodeJs >= 18 - bun ```
> why set the temperature to 1? When the temperature is 0, the model will always choose the most probable or likely next token based on its training, without any...