feat: use llama
Some checks failed
Deploy / lint-build-deploy (push) Failing after 57s

This commit is contained in:
2026-02-01 13:03:51 +01:00
parent e51942a9b2
commit 7d1ef8a7e5
10 changed files with 13205 additions and 1058 deletions

View File

@@ -4,7 +4,7 @@ const fetch = require('axios');
async function testAPI() {
try {
const response = await fetch.post('http://localhost:3000/api/shortcut', {
command: 'anthropic',
command: 'llama',
parameters: {
question: 'What is 42?'
},