-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename LLM CLI to AI CLI for broader applicability
- Updates the project name and description to reflect a more inclusive scope - Modifies scripts and configuration files to align with the new naming convention - Adds a new prompt file for long repository descriptions - Enhances the description prompt to be more engaging and concise - Improves topic generation instructions for better repository discoverability
- Loading branch information
Showing
12 changed files
with
102 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
set -o errexit -o nounset -o pipefail | ||
|
||
typer ai_cli utils docs --output docs/help.md | ||
typer ai utils docs --output docs/help.md | ||
prettier --write docs/help.md | ||
markdownlint --fix docs/help.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Compose a brief and engaging description of the repository in one or two sentences. The description should include the repository's main purpose, highlight its key features, and identify its appeal to potential contributors. Aim for clarity and conciseness to effectively communicate the value of the repository. | ||
|
||
# Steps | ||
|
||
1. Identify the main purpose of the repository. | ||
2. Highlight the key features and functionalities. | ||
3. Explain the appeal to potential contributors. | ||
4. Combine the information into one or two clear and concise sentences. | ||
|
||
# Output Format | ||
|
||
- The output should be a one or two sentences description. | ||
- Ensure the sentences are engaging and clearly communicate the repository's value. | ||
|
||
# Examples | ||
|
||
<Example> | ||
<Input> | ||
(codebase of Lobe Chat ...) | ||
</Input> | ||
<Answer> | ||
Lobe Chat is an open-source, modern-design AI chat framework. Supports Multi AI Providers (OpenAI / Claude 3 / Gemini / Ollama / Azure / DeepSeek), Knowledge Base (file upload / knowledge management / RAG), Multi-Modals (Vision / TTS) and plugin system. One-click FREE deployment of your private ChatGPT / Claude application. | ||
</Answer> | ||
</Example> | ||
|
||
# Notes | ||
|
||
- Focus on engaging and concise language. | ||
- Ensure the description captures the essence of the repository and its unique features. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,30 @@ | ||
Using the details provided in the repository codebase, compose a brief and engaging description of the repository in one to two sentences. The description should include the repository's main purpose, highlight its key features, and identify its appeal to potential contributors. Aim for clarity and conciseness to effectively communicate the value of the repository. | ||
Compose a brief and engaging description of the repository in one sentence. The description should include the repository's main purpose, highlight its key features, and identify its appeal to potential contributors. Aim for clarity and conciseness to effectively communicate the value of the repository. | ||
|
||
# Steps | ||
|
||
1. Identify the main purpose of the repository. | ||
2. Highlight the key features and functionalities. | ||
3. Explain the appeal to potential contributors. | ||
4. Combine the information into one clear and concise sentence. | ||
|
||
# Output Format | ||
|
||
- The output should be a one sentence description. | ||
- Ensure the sentence are engaging and clearly communicate the repository's value. | ||
|
||
# Examples | ||
|
||
<Example> | ||
<Input> | ||
(codebase of tqdm ...) | ||
</Input> | ||
<Answer> | ||
🤯 Lobe Chat - an open-source, modern-design AI chat framework. Supports Multi AI Providers (OpenAI / Claude 3 / Gemini / Ollama / Azure / DeepSeek), Knowledge Base (file upload / knowledge management / RAG), Multi-Modals (Vision / TTS) and plugin system. One-click FREE deployment of your private ChatGPT / Claude application. | ||
⚡ tqdm - a fast, extensible progress bar for python and CLI | ||
</Answer> | ||
</Example> | ||
|
||
# Notes | ||
|
||
- Focus on engaging and concise language. | ||
- Ensure the description captures the essence of the repository and its unique features. | ||
- Use emojis to make the description more engaging and visually appealing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,33 @@ | ||
Analyze the provided codebase and propose a list of up to 20 relevant topics that will enhance the repository's discoverability and attractiveness to potential contributors. Consider the intended purpose, subject area, programming language, and any unique features of the project. Ensure all topics are in lowercase, use hyphens if necessary, and contain no more than 50 characters each. | ||
Generate relevant topics for a GitHub repository. | ||
|
||
# Steps | ||
|
||
1. **Analyze the Codebase**: Review the merged representation of the entire codebase, focusing on the metadata, repository structure, and individual file contents. | ||
2. **Identify Key Elements**: Determine the primary purpose, subject area, and programming language used in the project. | ||
3. **Highlight Unique Features**: Note any unique or standout features of the project that could attract contributors. | ||
4. **Generate Topics**: Create a list of up to 20 topics that reflect the analysis. Ensure each topic is concise, lowercase, and uses hyphens if necessary. | ||
|
||
# Output Format | ||
|
||
Output the list of topics as a single line of text, with each topic separated by a space. Each topic should be in lowercase and use hyphens if necessary. | ||
|
||
<Answer> | ||
topic1 topic2 topic3 ... | ||
</Answer> | ||
|
||
# Examples | ||
|
||
<Example> | ||
<Input> | ||
(codebase of tqdm ...) | ||
</Input> | ||
<Answer> | ||
chat ai nextjs tts gemini openai gpt knowledge-base claude rag gpt-4 chatgpt chatglm azure-openai-api function-calling ollama dalle-3 gpt-4-vision qwen2 | ||
python cli console gui time terminal telegram utilities jupyter progress discord progress-bar parallel keras meter progressbar pandas progressmeter rate closember | ||
</Answer> | ||
</Example> | ||
|
||
# Notes | ||
|
||
- Ensure that the topics are relevant to the repository's content and purpose. | ||
- Each topic should be concise and descriptive, with no more than 50 characters. | ||
- Use hyphens to separate words within a topic if necessary. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters