集成所有好用的提问
Integrate all useful questions
中文 | English
The goal of this library is to integrate all common GPT questions, so that questions can no longer cause programmers pain Make the universal question library the first choice for all AI frameworks. Isn't that cool?
pip install gpt-prompt
Alternatively,
pip install -i https://pypi.org/simple/ gpt-prompt
from gpt_prompt.character.advertiser import AdvertiserPrompt
if __name__ == '__main__':
build = AdvertiserPrompt().build(language="en")
print(build)
https://github.com/limaoyi1/GPT-prompt/blob/main/manual.md
Alone we can do so little; together we can do so much