Equip yourself with the power of all useful knowledge through LLM.
Some specific scenarios are marked with numbers. General content is not marked.
Some tool approaches to achieve dialogue and associate project files with LLM interaction:
- cursor/windsurf
- vscode + copilot with built-in gpt4o, o1 preview, sonnet (free for edu email)
- vscode + roo cline + various LLMs (deepseek...) (OpenRoute or gemini flash API for free)
- Better project file structure reading for large models Repo Prompt;
- GitHub code summarization master Gitingest;
- Tune a model | Google AI Studio Google Gemini's web-based free fine-tuning tool, using
Gemini 1.5 Flash
.
- Large model RPA browser-use/browser-use: Make websites accessible for AI agents;
- Review of the most expensive AI programming tool, seeing the future of coders【First on the internet】_哔哩哔哩_bilibili Devin
- Review: "Can solve pure text compilation errors, but struggles with runtime errors. Relies on pure memory to read."
- "Lint, search, cut... Large models seem to only memorize, and these simple tools are temporarily unusable."
【Practical Demonstration】Only 5min needed! Using ChatGPT to complete a SCI paper!_哔哩哔哩_bilibili The use of prompts here is excellent.
Key considerations:
- Whether references are generated accurately;
- It's best to provide related articles for reference or integration.
- Large model review generator stanford-oval/storm: An LLM-powered knowledge curation system that researches a topic and generates a full-length report with citations.;
- binary-husky/gpt_academic: Provides practical interaction interfaces for GPT/GLM and other LLMs, especially optimized for paper reading/polishing/writing, modular design, supports custom shortcuts & function plugins, supports Python and C++ project analysis & self-translation, PDF/LaTex paper translation & summarization, supports parallel querying of multiple LLMs, supports local models like chatglm3. Integrates Tongyi Qianwen, deepseekcoder, Xunfei Xinghuo, Wenxin Yiyan, llama2, rwkv, claude2, moss, etc.
- AutoSurveys/AutoSurvey
- Quick Start | MetaGPT Create multi-agent integration tools.
- bolt.new Web tool development.
-
New Chat - Poe, collection.
-
Chinese:
Additionally, Untitled prompt | Google AI Studio provides system instructions, temperature adjustment, multimodal tools, etc.:
Currently, it is completely free. It even offers free fine-tuning tools.
-
- You can search for free models or sort by price: Models: 'free' | OpenRouter
-
https://ai.google.dev/gemini-api/ Google provides free access to Gemini for all developers: as long as the frequency does not exceed 15 times per minute—sufficient for AI-assisted programming.
From @欲买桂花同载酒: /Resources/prompts.md
Copilot configuration rules:
Tips & Tricks for GitHub Copilot Chat in Visual Studio - Visual Studio (Windows) | Microsoft Learn
- Create
.github/copilot-instructions.md
in the project folder. - Enable the feature in Visual Studio via Tools > Options > GitHub > Copilot > select (Preview) Enable custom instructions to be loaded from .github/copilot-instructions.md files and added to requests.
For cursor, simply configure the rules.
Other resources:
A "super prompt" that makes LLMs more creative The "super prompt" includes the following four core dimensions:
- Encourage curiosity: Push LLMs to dig deeper into thinking.
- Inspire association: Enhance LLMs' associative abilities to generate more creative content.
- Promote reflection: Guide LLMs to reflect and deepen problems, making more logical reasoning.
- Cultivate empathy: Make LLMs more human-like, generating responses with more emotional resonance.
The steps to use the "super prompt" are very simple: In tasks requiring divergent thinking or creativity, first input the "super prompt" to the LLM. Then ask related questions, and the LLM will provide deeper, more abstract answers under the guidance of the prompt. You can also build a GPT environment to continuously ask questions, allowing the LLM to generate highly creative answers.
Kimi's prompt experts are also very useful:
Conversation with Prompt Experts - Kimi.ai
The structure is relatively simple, mainly including the following parts:
- Role
- Background
- Profile
- Skills
- Goals
- Constrains
- OutputFormat
- Workflow
- Examples
- Initialization
Since Kimi's default language is Chinese, you can specify the need for English writing in the declaration, such as "I need you to write R code based on my requirements, and I need you to write it in English."
For example: 点击链接查看和 Kimi 智能助手的对话 https://kimi.moonshot.cn/share/cu4gfvep4uo71f7kbo40
Some simple prompts for specific scenarios:
- LLM Biomedical Related Articles
Webioinfo01/easyLLM: Locally deployed storm.
Welcome to pull or issue to provide better projects and tools.