-
Notifications
You must be signed in to change notification settings - Fork 101
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
docs: swapped modeltype to str, connected prompts to files #62
Conversation
- Swapped ModelType enums to str on examples - Connected annex files to the existing files under prompts - Connected a prompt example to the example file - Swapped not supported model name Contributes to: IBM#24 Signed-off-by: Ja Young Lee <younglee@ibm.com>
- updated included line numbers on a prompt example Contributes to: IBM#24 Signed-off-by: Ja Young Lee <younglee@ibm.com>
Pull Request Test Coverage Report for Build 5414512284
💛 - Coveralls |
Running
|
Same error for |
Thanks for testing! |
…ated generate param info - Swapped unavailable model on examples - Updated undpoint section on Readme to have more information - Updated Readme's API link to bold - Swapped ModelType to string in Readme - Updated parameter information of GenerateParams about invalid ones with greedy decoding Contributes to: IBM#24 Signed-off-by: Ja Young Lee <younglee@ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Status
READY
Description
ModelType
enums tostr
on examples and READMEGenerateParams
to explain invalid options forgreedy
decoding methodImpacted Areas in Library
Which issue(s) does this pull-request fix?
Contributes to: #24
Any special notes for your reviewer?
We'll update the
prompt
section so replaced only one example toliteralinclude
Below shows the differences:
existing one
literalinclude ver
Checklist