valentimarco
valentimarco
2 possibility: - Git hook (before commit, linter run and format the code) - Action (After commit)
At the moment all the endpoints response are not uniform ( sometimes we give jsonSchema, sometimes a json with some field etc) and can create problem when the user uses...
At the moment, we run the docker image as Root... No good!
The /public endpoint was originally thought as a public static page where the user could expose the cat! Most of the users prefer to create a frontend wrapper with custom...
Right now, there isn't a default ip for the settings of ollama. I thought about using ```host.docker.internal``` that is a particular string for docker and with this the localhost don't...
### š The feature Would be great to have a langchain integration! Why? Is great to use official library/clients but at the same time I don't want to create 300...
# Description Related to issue #818, point 3 With this PR, I added new properties to StrayCat and some types (YES): 1. `user_message(self) -> str`, return the query of the...
**Is your feature request related to a problem? Please describe.** There is a high request of batch upload! **Describe the solution you'd like** To be discussed but should be pretty...
With the current quick-start tab, the user is confused on why we have a UI⦠(we explain that is for Administration/debug, but maybe is not enough?) I suggest replacing the...
Instead of coping the configs of each āserviceā with the command like suggest the README, it would be great to move this logic inside and add a simple logic where...