From 11bb9ab6b30314d91209bc9888d95783cc247e98 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 3 Mar 2025 18:57:06 -0500 Subject: Added back "addquote"; ollama integration; Cleaned up bot.js --- bot/src/models/quote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/models') diff --git a/bot/src/models/quote.js b/bot/src/models/quote.js index 25c8f01..9d0ad00 100644 --- a/bot/src/models/quote.js +++ b/bot/src/models/quote.js @@ -28,7 +28,7 @@ export const quote = sequelize.define('quotes', { allowNull: false } -}) +}); export const pendingQuote = sequelize.define('pending-quotes', { id: { -- cgit v1.2.3