Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Aug 3, 2024
1 parent 7f58771 commit 6675dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish Database Docker Image

on:
workflow_dispatch:
push:
branches: [main]
release:
types: [published]

Expand All @@ -22,7 +24,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: lobehub/lobe-chat-database
images: bentwng/lobe-chat-database
tags: |
type=raw,value=latest
type=ref,event=tag
Expand Down
2 changes: 1 addition & 1 deletion src/config/modelProviders/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const OpenAI: ModelProviderCard = {
tokens: 16_385,
},
],
checkModel: 'gpt-35-turbo',
checkModel: 'gpt-4o-mini',
disableBrowserRequest: true,
enabled: true,
id: 'openai',
Expand Down

0 comments on commit 6675dc4

Please sign in to comment.