Some checks failed
build / build (push) Has been cancelled
- Updated `OllamaObject` to support tool registration with sources. - Improved error handling and debug logging in multiple classes. - Added Maven plugin and publication setup in `build.gradle`. - Updated version to `1.3`. Signed-off-by: Zacharias <zacharias@4zellen.se>
15 lines
481 B
Groovy
15 lines
481 B
Groovy
rootProject.name = 'AI-test'
|
|
include 'API', 'Core', 'Display', 'launcher'
|
|
|
|
|
|
include 'MALAPITool'
|
|
/**
|
|
* LEGAL WARNING:
|
|
* This module contains code that scrapes lyrics from Genius.com, which is against Genius API's Terms of Service.
|
|
*
|
|
* If you wish to avoid any potential legal issues, comment out or remove the line below and ensure no modules depend on this.
|
|
* The core NeuroDock system will still function without this module.
|
|
*/
|
|
include 'GeniusAPI'
|
|
|
|
include 'WikipediaTool' |