We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement conformance to the IntelligenceManager by making the makeRequest(_ req: IntelligenceRequest) async throws -> IntelligenceResponse method.
IntelligenceManager
makeRequest(_ req: IntelligenceRequest) async throws -> IntelligenceResponse
You need to be able to pass in any text as input, and return a response from the on-device LLM.
Example repo: https://github.com/mainframecomputer/fullmoon-ios
Xcode 15 compatible version: https://github.com/Gusi1804/fullmoon-ios-xcode15
The text was updated successfully, but these errors were encountered:
prakashjmitra
Successfully merging a pull request may close this issue.
Implement conformance to the
IntelligenceManager
by making themakeRequest(_ req: IntelligenceRequest) async throws -> IntelligenceResponse
method.You need to be able to pass in any text as input, and return a response from the on-device LLM.
Example repo:
https://github.com/mainframecomputer/fullmoon-ios
Xcode 15 compatible version: https://github.com/Gusi1804/fullmoon-ios-xcode15
The text was updated successfully, but these errors were encountered: