search working but too small

This commit is contained in:
2026-05-05 09:41:32 -04:00
parent 6359aefd18
commit 9042468fe8
12 changed files with 696 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
// Shared LLM module - provides streaming chat to any page
var LLM = (function() {
var Search = (function() {
var defaultApiUrl = 'https://llama-instruct.reeselink.com/v1';
var defaultModel = 'instruct';