Added legal disclaimers about scraping.. mostly to make sure i dont get into too mutch trouble about things
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
2025-08-05 01:33:48 +02:00
parent bbf3c645b0
commit 2cf0428d2a
4 changed files with 42 additions and 2 deletions

View File

@@ -10,6 +10,14 @@ While the primary goal is providing a somewhat more modular frontend for Ollama,
simple examples are in the Display module where i gave it the ability to access python through docker and get the current date and time both with the [OllamaFunctionTool](https://server.4zellen.se:3000/Zacharias/chat_thing/src/branch/master/Core/src/main/java/me/zacharias/chat/ollama/OllamaFunctionTool.java) thru my Ollama framework
## Legal Notice Regarding Scraping
A submodule of this project includes functionality that scrapes song lyrics directly from Genius.com, which violates Genius API's Terms of Service.
The author **does not endorse or encourage** scraping or any other use that violates third-party terms or copyright laws.
Use this software **at your own risk**. The author disclaims any liability for legal or technical consequences arising from its use.
## API
The documentation for the API is available at the gitea wiki under [API docs](https://server.4zellen.se:3000/Chat_things/NeuroDock/wiki/API-Docs)