gpt_scripts
1.0.0
该存储库包含GPT-3-Turbo脚本,这些脚本利用各种提示来从您的本地终端(命令行)提供特定的交互模式。
我对OpenAi的API的审判耗尽了,我很穷,但使用Chatgpt界面或我探索过的任何替代方案来执行很多此类任务是痛苦的(但是向Flowgpt大声疾呼,在我有很多提示中,我的许多提示都可以轻松示范)。
幸运的是,GPT4Free存在(仍然),它可以免费查询API的API,并免费询问GPT-3-Turbo和GPT-4的各种实现。
使用GPT4Free,我可以使用Python脚本返回使用AI,而不是等待Flowgpt加载并生成我为我所做的大部分AI所做的事情。这意味着要重新加工这些脚本的API调用(或使用<1.0.0版本的PIP openai套件,并在脚本中设置一个额外的可变,并使用我选择不做的其他一些烦恼),现在已经完成了该存储库中所有脚本的所有脚本,并且对iBSURE进行了更长时间的工作(与ibs的效果相比,比较需要进行的,都需要进行更长时间的工作。 Bing是一个潜在的发电机),我将开始从Flowgpt中提取我的提示,以在不久的将来以更加成熟和实质性的脚本来填充此存储库。
是的,我知道每天有一定数量的消息是免费的,但是我不会将其用于这些脚本,因为它使您可以关闭内容封锁,因此我在此处使用它有用并在此处使用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