mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
chore: update docs
This commit is contained in:
parent
a57748a432
commit
00251a7159
17 changed files with 86 additions and 144 deletions
|
@ -60,7 +60,7 @@ Nginx UI 是一個全新的 Nginx 網路管理介面,目的是簡化 Nginx 伺
|
|||
- 匯出加密的 Nginx/NginxUI 設定,方便快速部署和恢復到新環境
|
||||
- 增強版線上 ChatGPT 助手,支援多種模型,包括顯示 Deepseek-R1 的思考鏈,幫助您更好地理解和最佳化設定
|
||||
- 一鍵申請和自動續簽 Let's encrypt 憑證
|
||||
- 線上編輯 Nginx 設定檔案,編輯器支援 Nginx 設定語法突顯
|
||||
- 線上編輯 Nginx 配置檔案,編輯器支援 **大模型代碼補全** 和 Nginx 配置語法突顯
|
||||
- 線上檢視 Nginx 日誌
|
||||
- 使用 Go 和 Vue 開發,發行版本為單個可執行檔案
|
||||
- 儲存設定後自動測試設定檔案並過載 Nginx
|
||||
|
|
|
@ -27,7 +27,7 @@ URL。
|
|||
- 型別:`string`
|
||||
- 預設值:`gpt-3.5-turbo`
|
||||
|
||||
此選項用於設定 ChatGPT 模型。如果您的帳戶有許可權存取 `gpt-4` 模型,可以相應地設定此選項。
|
||||
此選項用於設定對話模型。如果您的帳戶有許可權訪問 `gpt-4` 模型,可以相應地配置此選項。
|
||||
|
||||
## APIType
|
||||
|
||||
|
@ -38,3 +38,18 @@ URL。
|
|||
|
||||
- `OPEN_AI`: 使用 OpenAI API。
|
||||
- `AZURE`: 使用 Azure API。
|
||||
|
||||
## EnableCodeCompletion
|
||||
|
||||
- 型別:`boolean`
|
||||
- 預設值:`false`
|
||||
- 版本:`>=2.0.0-rc.6`
|
||||
|
||||
此選項用於啟用編輯器代碼補全功能。
|
||||
|
||||
## CodeCompletionModel
|
||||
|
||||
- 型別:`string`
|
||||
- 版本:`>=2.0.0-rc.6`
|
||||
|
||||
此選項用於設定代碼補全的模型,留空則使用對話模型。
|
||||
|
|
|
@ -8,7 +8,7 @@ titleTemplate: Yet another Nginx Web UI
|
|||
hero:
|
||||
name: "Nginx UI"
|
||||
text: "Nginx 管理介面新選擇"
|
||||
tagline: 簡單、強大、高速
|
||||
tagline: 智能、強大、高速
|
||||
image:
|
||||
src: /assets/icon.svg
|
||||
alt: Nginx UI
|
||||
|
@ -36,6 +36,9 @@ features:
|
|||
- icon: 💬
|
||||
title: 線上 ChatGPT 助手
|
||||
details: 支援多種模型,包括顯示 Deepseek-R1 的思考鏈,幫助您更好地理解和最佳化設定。
|
||||
- icon: 🔍
|
||||
title: 代碼補全
|
||||
details: 代碼編輯器支持代碼補全,幫助您更快地編寫配置。
|
||||
- icon: 🖱️
|
||||
title: 一鍵部署和自動續期
|
||||
details: 只需一鍵即可輕鬆部署和自動續期 Let's Encrypt 證書。
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue