Skip to content

Commit 3ee17af

Browse files
committed
remove unused @ts-expect-error
1 parent 77d996f commit 3ee17af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/worker/src/worker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ export default {
9696
const messages = [{ role: 'user', content: prompt }];
9797
let response: AiTextGenerationOutput;
9898
try {
99-
// @ts-expect-error broken bindings
10099
response = await env.AI.run('@hf/thebloke/deepseek-coder-6.7b-instruct-awq', { messages });
101100
} catch (e) {
102101
console.log(e);

0 commit comments

Comments
 (0)