This commit is contained in:
@@ -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?'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user