Skip to content

Commit f0c0b56

Browse files
authored
Update index.js
1 parent 8fff18a commit f0c0b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bot.on('message', (msg) => {
1212
const chatId = msg.chat.id;
1313
const userMessage = msg.text;
1414

15-
axios.post('https://api.cloudflare.com/client/v4/accounts/{YOUR_ACCOUNT_ID}/ai/run/@cf/meta/llama-2-7b-chat-int8', {
15+
axios.post('https://api.cloudflare.com/client/v4/accounts/3c65014970b0921061f9f245d760e2eb/ai/run/@cf/meta/llama-2-7b-chat-int8', {
1616
prompt: userMessage
1717
}, {
1818
headers: {

0 commit comments

Comments
 (0)