diff --git a/README.md b/README.md index 85461b5..13117b5 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati Story-Flicks With just one sentence, you can quickly generate high-definition story short videos, supporting models such as DeepSeek. + + Icon + 16x Prompt + 16x Prompt is an AI coding tool with context management. It helps developers manage source code context and craft prompts for complex coding tasks on existing codebases. + ### AI Agent frameworks diff --git a/docs/16x_prompt/README.md b/docs/16x_prompt/README.md new file mode 100644 index 0000000..e0b92d7 --- /dev/null +++ b/docs/16x_prompt/README.md @@ -0,0 +1,18 @@ +# [16x Prompt](https://prompt.16x.engineer/) + +AI Coding with Context Management. + +16x Prompt helps developers manage source code context and craft prompts for complex coding tasks on existing codebases. + +# UI + +![image](assets/16x_prompt_ui.png) + +## Integrate with DeepSeek API + +1. Click on the model selection button at bottom right +2. Click on "DeepSeek API" to automatically fill in API Endpoint +3. Enter model ID, for example `deepseek-chat` (for DeepSeek V3) or `deepseek-reasoner` (for DeepSeek R1) +4. Enter your API key + +![image](assets/16x_prompt_integration.png) \ No newline at end of file diff --git a/docs/16x_prompt/assets/16x_prompt_integration.png b/docs/16x_prompt/assets/16x_prompt_integration.png new file mode 100644 index 0000000..a3d42e6 Binary files /dev/null and b/docs/16x_prompt/assets/16x_prompt_integration.png differ diff --git a/docs/16x_prompt/assets/16x_prompt_ui.png b/docs/16x_prompt/assets/16x_prompt_ui.png new file mode 100644 index 0000000..3c7afbf Binary files /dev/null and b/docs/16x_prompt/assets/16x_prompt_ui.png differ