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:
@@ -1,5 +1,5 @@
|
||||
import me.zacharias.chat.core.files.FileHandler;
|
||||
import me.zacharias.chat.core.files.FileHandlerException;
|
||||
import me.neurodock.core.files.FileHandler;
|
||||
import me.neurodock.core.files.FileHandlerException;
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package plugin;
|
||||
|
||||
import me.zacharias.chat.plugin.Plugin;
|
||||
import me.neurodock.plugin.Plugin;
|
||||
|
||||
public class Test extends Plugin {
|
||||
}
|
||||
|
||||
@@ -2,10 +2,10 @@ package plugin;
|
||||
|
||||
//// This class is broken due to the current refactoring on the RPCP part of this project.
|
||||
|
||||
import me.zacharias.chat.ollama.OllamaFunctionArgument;
|
||||
import me.zacharias.chat.ollama.OllamaFunctionTool;
|
||||
import me.zacharias.chat.ollama.OllamaPerameter;
|
||||
import me.zacharias.chat.ollama.OllamaToolResponse;
|
||||
import me.neurodock.ollama.OllamaFunctionArgument;
|
||||
import me.neurodock.ollama.OllamaFunctionTool;
|
||||
import me.neurodock.ollama.OllamaPerameter;
|
||||
import me.neurodock.ollama.OllamaToolResponse;
|
||||
import me.zacharias.chat.plugin.annotation.OllamaTool;
|
||||
import me.zacharias.chat.plugin.annotation.injectons.InjectPlugin;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
Reference in New Issue
Block a user