Skip to content

Commit

Permalink
Add AI list and sample link to zh config
Browse files Browse the repository at this point in the history
Inserted a new file template.md to include a list of AI services under various categories. Further, added a 'showcase' link in the navigation section of the zh configuration file. This provides viewers a categorized view on the kind of AI technologies available and a direct link to access more detailed information.
  • Loading branch information
gantrol committed Mar 19, 2024
1 parent 5a73bb6 commit 02b5bab
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ function nav(): DefaultTheme.NavItem[] {
link: '/zh/reference/resource',
activeMatch: '/reference/resource',
},
{
text: '样例',
link: '/zh/showcase/',
activeMatch: '^/zh/showcase',
},
]
},
{
Expand Down
17 changes: 17 additions & 0 deletions zh/showcase/src/math_symbols/App/template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# AI TOP1

| **Category** | **Paid** | **Free** |
|----------------|-------------------------------------------------------------------------------------|------------------------------------------|
| 🌐 General | [ChatGPT4](https://chat.openai.com/?model=gpt4-turbo)[Claude3](https://claude.ai/) | [Claude3](https://claude.ai/) |
| 🎨 Art | [Midjourney](https://www.midjourney.com/) | Stable Diffusion |
| 🔍 Search | - | [Perplexity](https://www.perplexity.ai/) |
| ✍️ Writing | ? | ? |
| 🎨 Design | Canva AI | Microsoft Designer |
| 💻 Programming | Github Copilot | [Claude3](https://claude.ai/) |

## Reference

For more:

- [LMSYS Chatbot Arena Leaderboard](https://huggingface.co/spaces/lmsys/chatbot-arena-leaderboard)
- [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)

0 comments on commit 02b5bab

Please sign in to comment.