Skip to content

Commit 653ca0b

Browse files
authored
chore: fix typo in RnExecutorchModule.kt (#29)
reponse -> response
1 parent 6ad9f6b commit 653ca0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/rnexecutorch/RnExecutorchModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class RnExecutorchModule(reactContext: ReactApplicationContext) :
152152
this.onResult(END_OF_TEXT_TOKEN);
153153
}
154154

155-
// We want to add the LLM reponse to the conversation once all the tokens are generated.
155+
// We want to add the LLM response to the conversation once all the tokens are generated.
156156
// Each token is appended to the tempLlamaResponse StringBuilder in onResult callback.
157157
this.conversationManager.addResponse(this.tempLlamaResponse.toString(), ChatRole.ASSISTANT)
158158
this.tempLlamaResponse.clear()

0 commit comments

Comments
 (0)