Fix llm host

This commit is contained in:
Skylar Grant 2025-01-04 10:33:53 -05:00
parent 2de2f4b008
commit 220be1485f

View File

@ -1,5 +1,5 @@
// Variables
const llmHost = 'https://chat.vfsh.me';
const llmHost = 'https://llm.vfsh.me';
const generateEndpoint = '/api/generate';
// Grab elements from the page