mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 13:23:16 +08:00
fix:fix model_config claude-api (#3760)
Co-authored-by: yuehuazhang <yuehuazhang@tencent.com>
This commit is contained in:
parent
448e79576c
commit
4815a6c92e
7
.github/workflows/docker-build.yaml
vendored
7
.github/workflows/docker-build.yaml
vendored
@ -1,13 +1,14 @@
|
|||||||
name: docker-build
|
name: docker-build
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
types: [ closed ]
|
branches:
|
||||||
|
- master
|
||||||
env:
|
env:
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
jobs:
|
jobs:
|
||||||
docker-build:
|
docker-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.pull_request.merged == true
|
# if: github.event.pull_request.merged == true
|
||||||
steps:
|
steps:
|
||||||
- name: Optimize Disk Space
|
- name: Optimize Disk Space
|
||||||
uses: hugoalh/disk-space-optimizer-ghaction@v0.8.0
|
uses: hugoalh/disk-space-optimizer-ghaction@v0.8.0
|
||||||
|
|||||||
@ -120,11 +120,13 @@ ONLINE_LLM_MODEL = {
|
|||||||
"secret_key": "",
|
"secret_key": "",
|
||||||
"provider": "TianGongWorker",
|
"provider": "TianGongWorker",
|
||||||
},
|
},
|
||||||
|
|
||||||
# Gemini API https://makersuite.google.com/app/apikey
|
# Gemini API https://makersuite.google.com/app/apikey
|
||||||
"gemini-api": {
|
"gemini-api": {
|
||||||
"api_key": "",
|
"api_key": "",
|
||||||
"provider": "GeminiWorker",
|
"provider": "GeminiWorker",
|
||||||
}
|
},
|
||||||
|
|
||||||
# Claude API : https://www.anthropic.com/api
|
# Claude API : https://www.anthropic.com/api
|
||||||
# Available models:
|
# Available models:
|
||||||
# Claude 3 Opus: claude-3-opus-20240229
|
# Claude 3 Opus: claude-3-opus-20240229
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user