This repository was archived by the owner on Jun 9, 2023. It is now read-only.
Add GPT as utility and modify voice to use GPT for summarization (#92)#123
Open
reconsumeralization wants to merge 1 commit intoIBM:masterfrom
Open
Add GPT as utility and modify voice to use GPT for summarization (#92)#123reconsumeralization wants to merge 1 commit intoIBM:masterfrom
reconsumeralization wants to merge 1 commit intoIBM:masterfrom
Conversation
) * add GPT as utility and modify voice to use GPT for summarization * fix pylint errors * fix priming example json * update voice plugin readme * Update README.md * Update README.md * gpt3 skill update with util Signed-off-by: Tathagata Chakraborti <tathagata.chakraborti1@ibm.com> Co-authored-by: Mayank Agarwal <mayank.agarwal@ibm.com> Co-authored-by: Tathagata Chakraborti <tathagata.chakraborti1@ibm.com> ### 📌 References * **Issue:** fixes _your issue goes here_ * **Related pull-requests:** _list of related pull-requests (comma-separated): #1, #2_ ### 🎩 What is the goal? _Provide a description of the overall goal (you can usually copy the one from the issue)_ ### 📝 How is it being implemented? _Provide a description of the implementation_ ### 📺 Screenshot or gif showing the result. _Introuce here a gif or picture about the work_ ### 💥 How can it be tested? _If it cannot be tested explain why._ - [ ] **Use case 1:** _A brief description of the use case that should be tested_ - [ ] **Use case 2:** _If the use case requires some complex steps, increase indentation_ - [ ] _Step 1_
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add GPT as utility and modify voice to use GPT for summarization
fix pylint errors
fix priming example json
update voice plugin readme
Update README.md
Update README.md
gpt3 skill update with util
Signed-off-by: Tathagata Chakraborti tathagata.chakraborti1@ibm.com
Co-authored-by: Mayank Agarwal mayank.agarwal@ibm.com
Co-authored-by: Tathagata Chakraborti tathagata.chakraborti1@ibm.com
📌 References
typed-astversion #2🎩 What is the goal?
Provide a description of the overall goal (you can usually copy the one from the issue)
📝 How is it being implemented?
Provide a description of the implementation
📺 Screenshot or gif showing the result.
Introuce here a gif or picture about the work
💥 How can it be tested?
If it cannot be tested explain why.