Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.11 KB

README.md

File metadata and controls

57 lines (46 loc) · 2.11 KB

GPT-prompt

集成所有好用的提问

Integrate all useful questions
中文 | English

GPT-prompt forks GPT-prompt stars GPT-prompt pull-requests GPT-prompt LICENSE GPT-prompt releases

What do I want to do?

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?

Install Instructions

pip install gpt-prompt

Alternatively,

pip install -i https://pypi.org/simple/ gpt-prompt

Usage Instructions

from gpt_prompt.character.advertiser import AdvertiserPrompt

if __name__ == '__main__':
    build = AdvertiserPrompt().build(language="en")
    print(build)

interface documentation

https://github.com/limaoyi1/GPT-prompt/blob/main/manual.md

Welcome everyone to provide feedback and submit at any time

Alone we can do so little; together we can do so much

🌟 Star History

Star History Chart