😌仅仅适配whodb的openai借口
This commit is contained in:
parent
0c8fd0245c
commit
5ca2805784
|
|
@ -33,38 +33,9 @@ additionalProperties:
|
||||||
required: false
|
required: false
|
||||||
type: password
|
type: password
|
||||||
|
|
||||||
- default: ""
|
- default: "https://api.openai.com/v1"
|
||||||
envKey: WHODB_OPENAI_ENDPOINT
|
envKey: WHODB_OPENAI_ENDPOINT
|
||||||
labelEn: OpenAI Endpoint
|
labelEn: OpenAI Endpoint
|
||||||
labelZh: OpenAI 接口地址
|
labelZh: OpenAI 接口地址
|
||||||
required: false
|
required: false
|
||||||
type: text
|
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:
|
environment:
|
||||||
- WHODB_OPENAI_API_KEY=${WHODB_OPENAI_API_KEY}
|
- WHODB_OPENAI_API_KEY=${WHODB_OPENAI_API_KEY}
|
||||||
- WHODB_OPENAI_ENDPOINT=${WHODB_OPENAI_ENDPOINT}
|
- 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:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:8080"
|
- "${PANEL_APP_PORT_HTTP}:8080"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
name: WhoDB
|
name: WhoDB-OpenAI
|
||||||
tags:
|
tags:
|
||||||
- 数据库管理
|
- 数据库管理
|
||||||
- 工具
|
- 工具
|
||||||
title: 轻量、高效、支持自然语言的数据库管理平台
|
title: 轻量、高效、支持自然语言的数据库管理平台
|
||||||
description: 轻量、高效、支持自然语言对话的数据库管理工具,支持多种数据库与可视化操作
|
description: 轻量、高效、支持自然语言对话的数据库管理工具,支持多种数据库与可视化操作,该应用仅适配openai接口,未适配Ollama
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
key: whodb
|
key: whodb-openai
|
||||||
name: whoDB
|
name: whoDB-OpenAI
|
||||||
tags:
|
tags:
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: 支持自然语言查询的数据库管理工具
|
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