gpt scrolls
1.0.0
開源Safe GPT-3的協作集合提示了運行良好
隨時為您的提示做出貢獻!
要使用GPT-SCrolls,您需要訪問OpenAI API。如果您沒有,請註冊Beta。
$ 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 )如果您想通過克隆倉庫來使用GPT-SCrolls而不pip :
$ 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提示應為:
請牢記任何貢獻。 (例如:如果您發現提示在沒有一個示例的情況下同樣效果很好,則可以提交PR來刪除該示例,引用效率)