File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
extension/llm/apple/ExecuTorchLLM/Exported Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -193,10 +193,10 @@ __attribute__((objc_subclassing_restricted))
193193 @param error On failure, populated with an NSError explaining the issue.
194194 @return YES if generation completes successfully, NO if an error occurred.
195195*/
196- - (BOOL )generate :(NSArray <ExecuTorchLLMMultimodalInput *> *)inputs
197- config:(ExecuTorchLLMConfig *)config
198- withTokenCallback :(nullable void (^)(NSString *))callback
199- error:(NSError **)error
196+ - (BOOL )generateWithInputs :(NSArray <ExecuTorchLLMMultimodalInput *> *)inputs
197+ config:(ExecuTorchLLMConfig *)config
198+ tokenCallback :(nullable void (^)(NSString *))callback
199+ error:(NSError **)error
200200 NS_SWIFT_NAME(generate(_:_:tokenCallback:));
201201
202202/* *
You can’t perform that action at this time.
0 commit comments