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-Scrolls를 사용하려면 :
$ 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을 제출할 수 있습니다).