We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fff18a commit f0c0b56Copy full SHA for f0c0b56
index.js
@@ -12,7 +12,7 @@ bot.on('message', (msg) => {
12
const chatId = msg.chat.id;
13
const userMessage = msg.text;
14
15
- axios.post('https://api.cloudflare.com/client/v4/accounts/{YOUR_ACCOUNT_ID}/ai/run/@cf/meta/llama-2-7b-chat-int8', {
+ axios.post('https://api.cloudflare.com/client/v4/accounts/3c65014970b0921061f9f245d760e2eb/ai/run/@cf/meta/llama-2-7b-chat-int8', {
16
prompt: userMessage
17
}, {
18
headers: {
0 commit comments