😌仅仅适配whodb的openai借口
This commit is contained in:
parent
0c8fd0245c
commit
5ca2805784
|
|
@ -33,38 +33,9 @@ additionalProperties:
|
|||
required: false
|
||||
type: password
|
||||
|
||||
- default: ""
|
||||
- default: "https://api.openai.com/v1"
|
||||
envKey: WHODB_OPENAI_ENDPOINT
|
||||
labelEn: OpenAI Endpoint
|
||||
labelZh: OpenAI 接口地址
|
||||
required: false
|
||||
type: text
|
||||
|
||||
- default: ""
|
||||
envKey: WHODB_ANTHROPIC_API_KEY
|
||||
labelEn: Anthropic API Key
|
||||
labelZh: Anthropic API 密钥
|
||||
required: false
|
||||
type: password
|
||||
|
||||
- default: ""
|
||||
envKey: WHODB_ANTHROPIC_ENDPOINT
|
||||
labelEn: Anthropic Endpoint
|
||||
labelZh: Anthropic 接口地址
|
||||
required: false
|
||||
type: text
|
||||
|
||||
- default: ""
|
||||
envKey: WHODB_OLLAMA_HOST
|
||||
labelEn: Ollama Host
|
||||
labelZh: Ollama 主机地址
|
||||
required: false
|
||||
type: text
|
||||
|
||||
- default: "11434"
|
||||
envKey: WHODB_OLLAMA_PORT
|
||||
labelEn: Ollama Port
|
||||
labelZh: Ollama 端口
|
||||
required: false
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
@ -6,10 +6,6 @@ services:
|
|||
environment:
|
||||
- WHODB_OPENAI_API_KEY=${WHODB_OPENAI_API_KEY}
|
||||
- WHODB_OPENAI_ENDPOINT=${WHODB_OPENAI_ENDPOINT}
|
||||
- WHODB_ANTHROPIC_API_KEY=${WHODB_ANTHROPIC_API_KEY}
|
||||
- WHODB_ANTHROPIC_ENDPOINT=${WHODB_ANTHROPIC_ENDPOINT}
|
||||
- WHODB_OLLAMA_HOST=${WHODB_OLLAMA_HOST}
|
||||
- WHODB_OLLAMA_PORT=${WHODB_OLLAMA_PORT}
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:8080"
|
||||
volumes:
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
name: WhoDB
|
||||
name: WhoDB-OpenAI
|
||||
tags:
|
||||
- 数据库管理
|
||||
- 工具
|
||||
title: 轻量、高效、支持自然语言的数据库管理平台
|
||||
description: 轻量、高效、支持自然语言对话的数据库管理工具,支持多种数据库与可视化操作
|
||||
description: 轻量、高效、支持自然语言对话的数据库管理工具,支持多种数据库与可视化操作,该应用仅适配openai接口,未适配Ollama
|
||||
additionalProperties:
|
||||
key: whodb
|
||||
name: whoDB
|
||||
key: whodb-openai
|
||||
name: whoDB-OpenAI
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 支持自然语言查询的数据库管理工具
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
whodb/logo.png
BIN
whodb/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue