Skip to content

Commit

Permalink
📝 New add AI module content
Browse files Browse the repository at this point in the history
  • Loading branch information
nicejade committed Apr 25, 2024
1 parent 67da112 commit 766f5dc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions src/configs/aitools.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
title: '人工智能',
style: 'default',
list: [
{
title: 'OpenAI | 一家人工智能研究和部署公司',
link: 'https://openai.com/',
desc: 'OpenAI 是一家人工智能研究和部署公司。其使命是确保通用人工智能造福全人类;旗下推出 ChatGPT、GPT-4、Sora、DALL-E 等自然语言生成式模型,风靡全球;OpenAI:引领人工智能革命的领军者。'
},
{
title: 'Ollama | 启动并运行大型语言模型',
link: 'https://ollama.com/',
desc: 'Ollama 是一个提供大型语言模型服务的平台,它允许用户运行和定制多种先进的语言模型,包括Llama3、Phi3 和 Gemma等。这些模型通常用于执行复杂的自然语言处理任务,如文本生成、语言翻译、问答系统和其他多种智能文本分析功能。'
},
]
}
2 changes: 2 additions & 0 deletions src/configs/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import projects from "./projects"
import services from "./services"
import aitools from "./aitools"
import softwares from "./softwares"

export default [
projects,
services,
aitools,
softwares,
]
4 changes: 2 additions & 2 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 无为而治,道法自然
description: 天之道,损有余而补不足;人之道则不然,损不足以奉有余。
title: 清闲无事,坐卧随心
description: 天之道,损有余而补不足;人之道则不然,损不足以奉有余。逍遥自在轩,无为而治,道法自然。
template: splash
hero:
tagline: 天之道,损有余而补不足;人之道则不然,损不足以奉有余。
Expand Down

0 comments on commit 766f5dc

Please sign in to comment.