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来删除该示例,引用效率)