switching between llms

This commit is contained in:
Alex
2023-02-15 18:40:23 +00:00
parent f9fe3f2f48
commit 4d1ff8238d
6 changed files with 76 additions and 52 deletions

View File

@@ -25,6 +25,7 @@ if (el) {
body: JSON.stringify({question: message,
api_key: localStorage.getItem('apiKey'),
embeddings_key: localStorage.getItem('apiKey'),
active_docs: localStorage.getItem('activeDocs')}),
})
.then(response => response.json())