From 7dc5560909ebf5dc5a12eb9260045328032d6793 Mon Sep 17 00:00:00 2001 From: yetone Date: Mon, 31 Mar 2025 23:28:29 +0800 Subject: [PATCH] chores: update readme (#1786) --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4ba51f..1eedb72 100644 --- a/README.md +++ b/README.md @@ -739,7 +739,7 @@ ollama = { ## AiHubMix -AiHubMix is a built-in provider for avante.nvim. You can register an account on the [AiHubMix official website](https://s.kiiro.ai/r/PPELHy), then create an API Key within the website, and set this API Key in your environment variables: +[AiHubMix](https://s.kiiro.ai/r/PPELHy) is a built-in provider for avante.nvim. You can register an account on the [AiHubMix official website](https://s.kiiro.ai/r/PPELHy), then create an API Key within the website, and set this API Key in your environment variables: ```bash export AIHUBMIX_API_KEY=your_api_key diff --git a/README_zh.md b/README_zh.md index 866d49a..4d4a043 100644 --- a/README_zh.md +++ b/README_zh.md @@ -739,7 +739,7 @@ ollama = { ## AiHubMix -AiHubMix 是 avante.nvim 的内置提供者。您可以在 [AiHubMix 官方网站](https://s.kiiro.ai/r/PPELHy) 上注册一个帐户,然后在网站内创建一个 API 密钥,并在环境变量中设置此 API 密钥: +[AiHubMix](https://s.kiiro.ai/r/PPELHy) 是 avante.nvim 的内置提供者。您可以在 [AiHubMix 官方网站](https://s.kiiro.ai/r/PPELHy) 上注册一个帐户,然后在网站内创建一个 API 密钥,并在环境变量中设置此 API 密钥: ```bash export AIHUBMIX_API_KEY=your_api_key