-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature: Expand the LLM to learn context from MIT or Creative Commons licensed documentation #14
Comments
When asking to convert the HSL I got this response
|
The likely best option (right now) would be to utilize Open API's "fine tuning" capabilities:
https://platform.openai.com/docs/guides/fine-tuning I.e., we could train a fine tuned model on a subset of documentation we think would be critical to the repo-query engine knowing about. Note that this could be a large undertaking since we'd need to setup a ML pipeline with training data to feed to the openai models and keep it up to date.
It doesn't look like openai has an API for the code interpreter or plugins yet: https://community.openai.com/t/feedback-please-make-a-code-interpreter-api/292165 |
These things are in a private preview. I spoke with an openai team member and they mention they may be able to get us access. The pitch there is that we need to have the use case for it, which we do now. |
Type of feature
🍕 Feature
Current behavior
While testing open-sauced/pizza-cli#15 I was asked the following.
It would be nice to get an explanation that the project uses HSL and not Hex codes, event perhaps convert it for the user.
Suggested solution
It would be nice to have a basic understanding or HSL and Hex Codes. I am not sure what is the optimal way to proceed, but perhaps we could include plugins from openai.
I don't think we have access yet, but something we can explore.
Additional context
https://platform.openai.com/docs/plugins/introduction
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: