Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
janrtvld committed Dec 4, 2024
1 parent 87902fc commit 54b694f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/easypid/src/llm/useLLM.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const useLLM = (): Model => {
}

try {
setResponse('') // This might be causing issues - let's move it
setResponse('')
setIsModelGenerating(true)
await RnExecutorch.runInference(input)
} catch (err) {
Expand Down

0 comments on commit 54b694f

Please sign in to comment.