-
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.
- Loading branch information
Showing
3 changed files
with
20 additions
and
2 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
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等。这些模型通常用于执行复杂的自然语言处理任务,如文本生成、语言翻译、问答系统和其他多种智能文本分析功能。' | ||
}, | ||
] | ||
} |
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,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, | ||
] |
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