refactor: me.zacharias.chat → me.neurodock, org rename cleanup
build / build (push) Has been cancelled
build / build (push) Has been cancelled
- Renamed package from me.zacharias.chat to me.neurodock across all 8 modules - Updated Gradle group from me.zacharias.neurodock to me.neurodock - Updated README and other files to reflect new Gitea org URL (Chat_things → neurodock) Dev note: 95 files touched. The Great Refactor is complete, long may it rest.
This commit is contained in:
@@ -8,7 +8,7 @@ Well it's basically a font end for Ollama like [Open-WebUI](https://openwebui.co
|
||||
## Use cases?
|
||||
While the primary goal is providing a somewhat more modular frontend for Ollama, you can also use this system to integrate AI into your own application, For example AI could act as a player in a game or interact with external system with the use of tools via the API
|
||||
|
||||
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
|
||||
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://git.server.4zellen.se/neurodock/NeuroDock/src/branch/master/Core/src/main/java/me/neurodock/ollama/OllamaFunctionTool.java) thru my Ollama framework
|
||||
|
||||
## Legal Notice Regarding Scraping
|
||||
|
||||
@@ -19,7 +19,7 @@ The author **does not endorse or encourage** scraping or any other use that viol
|
||||
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)
|
||||
The documentation for the API is available at the gitea wiki under [API docs](https://git.server.4zellen.se/neurodock/NeuroDock/wiki/API-Docs)
|
||||
|
||||
## How to run?
|
||||
To run you need to build the `launcher` module<br>
|
||||
@@ -45,11 +45,11 @@ If you only want to build a specific module, you can use the same command as lis
|
||||
- Core: `$ ./gradlew :Core:shadowJar`
|
||||
- However, this one is kinda useless unless you want to directly implement the system into your application
|
||||
- MALAPITool: `$ ./gradlew :MALAPITool:shadowJar`
|
||||
- Please read MALAPITool [README.md](https://server.4zellen.se:3000/Chat_things/NeuroDock/src/branch/master/MALAPITool/README.md)
|
||||
- Please read MALAPITool [README.md](https://git.server.4zellen.se/neurodock/NeuroDock/src/branch/master/MALAPITool/README.md)
|
||||
- Launcher: `$ ./gradlew :launcher:shadowJar`
|
||||
- Depends on `API`, `Display` and `Core`
|
||||
- This is the main module that runs the application and starts the API server
|
||||
|
||||
## Maven dependency avalible!
|
||||
- Core: [Gitea](https://git.server.4zellen.se/Chat_things/-/packages/maven/me.zacharias.neurodock:core)
|
||||
- Plugin-API: [Gitea](https://git.server.4zellen.se/Chat_things/-/packages/maven/me.zacharias.neurodock:plugin-api)
|
||||
- Core: [Gitea](https://git.server.4zellen.se/neurodock/-/packages/maven/me.zacharias.neurodock:core)
|
||||
- Plugin-API: [Gitea](https://git.server.4zellen.se/neurodock/-/packages/maven/me.zacharias.neurodock:plugin-api)
|
||||
Reference in New Issue
Block a user