Oleksandr Ichenskyi
Oleksandr Ichenskyi
Added colors from the TODO list using _print_token_factory
It would be better to make observer and subject from `observer.utils.ts` to use generics instead of hard-coded types in their payload. The current implementation provides an existing type `IObserverDataPayload` which...
The main problem is that BOR remains quite unstable when adding or deleting files. Additionally, there are bugs affecting the file view generation. To resolve these issues, a deeper investigation...
The main idea is to enhance ODIN's flexibility by adding support for any other models supported by LangChain. These models are listed [here](https://python.langchain.com/docs/integrations/llms/). To achieve this, modifications need to be...