We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51599e commit 506ad10Copy full SHA for 506ad10
extension/llm/apple/ExecuTorchLLM/Exported/ExecuTorchLLMTextRunner.mm
@@ -74,10 +74,10 @@ - (BOOL)loadWithError:(NSError**)error {
74
return YES;
75
}
76
77
-- (BOOL)generate:(NSString*)prompt
78
- config:(ExecuTorchLLMConfig *)config
79
-withTokenCallback:(nullable void (^)(NSString*))callback
80
- error:(NSError**)error {
+- (BOOL)generateWithPrompt:(NSString*)prompt
+ config:(ExecuTorchLLMConfig *)config
+ tokenCallback:(nullable void (^)(NSString*))callback
+ error:(NSError**)error {
81
if (![self loadWithError:error]) {
82
return NO;
83
0 commit comments