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

Created LLM completion service (microsoft/Phi-3.5-mini-instruct) #2

Merged
merged 3 commits into from
Jan 12, 2025

Conversation

doramasma
Copy link
Owner

Summary

Created a service for interacting with language models and added baseline system and user prompts.

PR Checklist

  • A summary of the problem is included in this PR.
  • A detailed description of the changes is included in this PR.
  • Linked related issue(s), if applicable (e.g., resolves #<issue_number>).
  • Added or updated tests for bug fixes or new features, if applicable.
  • Updated documentation in docs, if applicable.

Description of changes 🔧

This PR includes the following changes:

  1. A service class for interacting with language models, defaulting to the Phi-3.5-mini-instruct model.
  2. Created Template System and User Prompt.
  3. Enhanced Main Example.

@doramasma doramasma self-assigned this Jan 12, 2025
@doramasma doramasma merged commit 488d733 into main Jan 12, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant