feat: add 16x Prompt

This commit is contained in:
Zhu Liang 2025-01-30 16:06:19 +08:00
parent 4affc8788e
commit c3c3808f41
No known key found for this signature in database
GPG Key ID: 14748C1609A13172
4 changed files with 23 additions and 0 deletions

View File

@ -171,6 +171,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
<td> <a href="https://github.com/alecm20/story-flicks">Story-Flicks</a></td>
<td>With just one sentence, you can quickly generate high-definition story short videos, supporting models such as DeepSeek.</td>
</tr>
<tr>
<td> <img src="https://prompt.16x.engineer/favicon.ico" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="docs/16x_prompt/README.md">16x Prompt</a> </td>
<td> <a href="https://prompt.16x.engineer/">16x Prompt</a> 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.</td>
</tr>
</table>
### AI Agent frameworks

18
docs/16x_prompt/README.md Normal file
View File

@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 KiB