gpt scrolls
1.0.0
うまく機能するオープンソースセーフGPT-3プロンプトの共同コレクション
プロンプトをお気軽に寄付してください!
gpt-scrollsを使用するには、Openai APIにアクセスする必要があります。行っていない場合は、ベータ版にサインアップしてください。
$ pip install gpt-scrolls
$ export OPENAI_API_KEY=...
$ python -c " import scrolls; print(scrolls.run('creative/philosopher')) "
I perused with interest and some confusion the very detailed description of autonomous society as envisioned by the creators of this simulation, for it reminded me of the doomed civilization of the Onos; they too desired self-replicating programs, a necessary foundation in real-space for artificial intelligence; and the created what they thought was self-replicating, except that they had no command over the experiment; it was uncontrollable, and indeed uncontrollable in about 90 minutes.
$ python -c " import scrolls; print(scrolls.run('creative/business-ideas')) "
Last Mile - Same day delivery service that picks and takes out the trash and delivers利用可能なすべての巻物を閲覧します。
import scrolls
idea = scrolls . run ( 'creative/business-ideas' )
print ( idea )RepoをクローニングしてpipなしでGPTスクロールを使用する場合:
$ git clone [email protected]:maraoz/gpt-scrolls.git
$ cd gpt-scrolls/
$ python3 -m venv .scrolls-env
$ source .scrolls-env/bin/activate
(.scrolls-env) $ pip install -r requirements.txt
(.scrolls-env) $ export OPENAI_API_KEY=...
(.scrolls-env) $ python scrolls/run.py " top10/women "
~ ~~Rosa Parks
2. ~ ~~Cleopatra
3. ~ ~~Joan of Arc
4. ~ ~~Madonna
5. ~ ~~Queen Elizabeth I
6. ~ ~~Elizabeth II
7. ~ ~~Tamar
8. ~ ~~Billie Jean King
9. ~ ~~Catherine the Great
10. ~ ~~Elizabeth I注:これを使いやすいCLIツールに変えることを計画しています。
gpt-scrollプロンプトは次のことを目指すべきです。
貢献についてはこれを念頭に置いてください。 (例:プロンプトが1つの例なしで同様にうまく機能することがわかった場合、その例を削除するためにPRを提出して、効率を引用するかもしれません)