🔧 chore(langchain-chatchat): update app version from 0.2.10 to 0.3.1.3
This commit is contained in:
3
apps/langchain-chatchat/0.3.1.3/.env.sample
Normal file
3
apps/langchain-chatchat/0.3.1.3/.env.sample
Normal file
@@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="langchain-chatchat"
|
||||
PANEL_APP_PORT_HTTP="40208"
|
||||
GPU_DRIVER_TYPE="nvidia"
|
||||
17
apps/langchain-chatchat/0.3.1.3/data.yml
Normal file
17
apps/langchain-chatchat/0.3.1.3/data.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40208
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: nvidia
|
||||
edit: true
|
||||
envKey: GPU_DRIVER_TYPE
|
||||
labelEn: GPU Driver type
|
||||
labelZh: GPU 驱动的类型
|
||||
required: true
|
||||
type: text
|
||||
22
apps/langchain-chatchat/0.3.1.3/docker-compose.yml
Normal file
22
apps/langchain-chatchat/0.3.1.3/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
langchain-chatchat:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:8501"
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: ${GPU_DRIVER_TYPE}
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
image: ccr.ccs.tencentyun.com/langchain-chatchat/chatchat:0.3.1.3-93e2c87-20240829
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user