Meir Michanie
Meir Michanie
Save in hidden file the name of the last container launched with ./create.sh or ./start.sh Next time that you run the ./start command, it will offer to start the previous...
The script generate.py in the subdir llms/hf_llm has a bug where it uses the global var args.prompt instead of prompt as passed to the method. This causes the script to...
[DEBUG]: Working Agent: Investigador [INFO]: Starting Task: Realiza un análisis exhaustivo de los últimos avances en IA en 2024. Identifica las tendencias clave, las tecnologías revolucionarias y los posibles impactos...
## What this Pull Request (PR) does It adds the option to redirect OpenAI api to an alternative baseURL ## Related issues NA ## Screenshots NA
### What do you need? I am proposing a significant change to a GitHub repository, such as removing all non-core functionalities in favor of adhering to the Unix philosophy of...
### What do you need? ## Proposal for Repository Reorganization: Fabric Project ### Background The Fabric project has evolved significantly since its inception, growing in both scope and complexity. Initially...
## What this Pull Request (PR) does Split stdout and stderr (just for debug, info, error logging) Adds option to pass files as arguments instead of stdin similar to the...
## What this Pull Request (PR) does use os.getenv instead of "try" and "if" blocks to load environment variables. squeezed the option to read from files instead of stdin. ##...
Add missing .shp extention to plots/world.py:15, without it, astetik fails to load.
I took the source code of the eventSource.js and used it in a reactjs app and worked like a charm, so this library is not limited to react-native. Great job.