Skip to content

Commit 068fc64

Browse files
committed
add deepseek chatui
1 parent 38c5a0d commit 068fc64

File tree

28 files changed

+663
-362
lines changed

28 files changed

+663
-362
lines changed

chat_with_deepseek_r1_locally/chat/components/chat.py

Lines changed: 0 additions & 362 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: reflex-chat-repository-dispatch
2+
on:
3+
push:
4+
branches: ['main']
5+
jobs:
6+
test:
7+
name: reflex-chat-repository-dispatch
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Dispatch
11+
uses: peter-evans/repository-dispatch@v3
12+
with:
13+
token: ${{ secrets.HOSTING_REPOSITORY_DISPATCH }}
14+
repository: reflex-dev/reflex-hosting
15+
event-type: push
16+
client-payload: '{"repo": "${{ github.repository }}", "sha": "${{ github.sha }}", "deployment-key": "chat"}'

0 commit comments

Comments
 (0)