zuul ollama

This commit is contained in:
2025-02-20 13:40:31 +01:00
parent 5fd8ac7a92
commit d1bb5a7eb1
3 changed files with 67 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ public class CommandWords
{
// a constant array that holds all valid command words
private static final String[] validCommands = {
"go", "quit", "help", "look", "status", "take", "drop"
"go", "quit", "help", "look", "status", "take", "drop", "say"
};
/**