Skip to content
New issue

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

[AI] Initial generic method to make requests to Llama LLM #16

Open
Gusi1804 opened this issue Feb 11, 2025 · 0 comments · May be fixed by #57
Open

[AI] Initial generic method to make requests to Llama LLM #16

Gusi1804 opened this issue Feb 11, 2025 · 0 comments · May be fixed by #57
Assignees
Labels
AI AI for chatting and analyzing
Milestone

Comments

@Gusi1804
Copy link
Contributor

Gusi1804 commented Feb 11, 2025

Implement conformance to the IntelligenceManager by making the makeRequest(_ 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

@Gusi1804 Gusi1804 added the AI AI for chatting and analyzing label Feb 11, 2025
@Gusi1804 Gusi1804 added this to the W8 milestone Feb 11, 2025
@Gusi1804 Gusi1804 assigned Gusi1804 and prakashjmitra and unassigned Gusi1804 Feb 12, 2025
@Gusi1804 Gusi1804 linked a pull request Feb 21, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI AI for chatting and analyzing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants