Skip to content

Commit

Permalink
fixed no unused vars. tq to abuzpoet
Browse files Browse the repository at this point in the history
  • Loading branch information
techwiz37 committed Nov 15, 2024
1 parent 3eabeca commit 4b04bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ai/claude.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default (handler) => {
tags: 'ai',
desc: 'Claude-Sonnet-3.5',
isLimit: true,
run: async (m, { sock, dll }) => {
run: async (m) => {
// Fungsi untuk mengirim permintaan ke API Lumin AI dengan model tertentu
async function fetchWithModel(content, model) {
try {
Expand Down

0 comments on commit 4b04bf9

Please sign in to comment.