이 저장소에는 로컬 터미널 (명령 줄)에서 GPT-3과 특정 상호 작용 패턴을 제공하기 위해 다양한 프롬프트를 사용하는 GPT-3-Turbo 스크립트가 포함되어 있습니다.
OpenAi의 API에 대한 나의 시험은 다 떨어졌고, 가난했지만, chatgpt 인터페이스 또는 내가 탐색 한 대안을 사용하는 것은 많은 작업을 수행하기 위해 고통 스럽습니다 (그러나 시연의 용이성을 위해 많은 프롬프트가있는 많은 프롬프트가있는 곳에서 flowgpt로 외칩니다).
운 좋게도 GPT4Free가 존재하며 GPT-3 터보 및 GPT-4의 다양한 구현의 API를 무료로 쿼리 할 수 있습니다.
GPT4Free를 사용하면 FlowGpt가로드하고 AI가하는 대부분의 작업을 저에게로드하고 생성하기를 기다리는 대신 Python 스크립트를 사용하여 AI와 함께 작업하는 것으로 돌아갈 수 있습니다. 이것은이 스크립트의 API 호출을 재 작업하는 것을 의미했습니다 (또는 PIP openai 패키지의 <1.0.0 버전을 사용하고 내가 선택하지 않은 다른 성가신 성가신 스크립트에서 추가 변수를 설정 함)는 이제이 저장소의 모든 스크립트에 대해 완료되었습니다.이 저장소에서 모든 스크립트에 대해 완료되었으며 최소한 작업에 대한 조정에 대한 조정에 따라 조정되었습니다. 잠재적 생성기로서의 빙 이상) 그리고 나는 가까운 미래에 더 성숙하고 실질적인 스크립트를 위해이 저장소를 채우기 위해 Flowgpt에서 제 프롬프트를 가져 가기 시작할 것입니다.
예, Gemini는 하루에 특정 수의 메시지에 대해 무료라는 것을 알고 있지만 콘텐츠 차단을 끄면 유용한 곳에 사용하고 대신 gpt4free를 사용할 수 있으므로이 스크립트에 사용하지 않을 것입니다.
.
├── coding - files for writing or improving code
│ ├── annotate_python_code.py - quickly provide annotations for Python code
│ ├── awesomewm_code_generator.py - generate code for AwesomeWM
│ ├── bash_oneliner.py - write a bash one-liner quickly to do a specific task
│ ├── improve_awesomewm_code.py - improve AwesomeWM code
│ └── improve_python_code.py - improve Python code (and add comments + docstrings to it)
├── job_seeking - files for finding a job
│ └── coverletter.py - writes cover letters after taking your resume and the job description
├── misc - miscellaneous files
│ └── therapist.py - a chatbot therapist that basically asks how it made you feel
├── prompting - files for interacting with AI
│ ├── chatbot.py - a regular chatbot in your terminal
│ ├── g4f_check.py - checks what providers and models are available
│ ├── image_prompt_generator.py - creates image prompts for stablediffusion models
│ ├── prompt_generator.py - generates prompts based on your input
│ ├── prompt_optimizer.py - optimizes a prompt
│ └── spr_generator.py - generates a condensed version of input text primed for AI
└── writing - files for writing content
├── blog_article.py - writes an article for a blog
├── linkedin_article.py - Writes an article for LinkedIn
└── tutorial_writer.py - writes a tutorial