Skip to content

Commit 8ab03fa

Browse files
committed
feat: replace python server side.
1 parent 2d21114 commit 8ab03fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+44
-430
lines changed
File renamed without changes.
File renamed without changes.

.gitignore

+43-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,46 @@
1-
.idea
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# next.js
12+
/.next/
13+
/out/
14+
/dist
15+
16+
# production
17+
/build
18+
19+
# misc
220
.DS_Store
21+
*.pem
22+
23+
# debug
24+
npm-debug.log*
25+
yarn-debug.log*
26+
yarn-error.log*
27+
.pnpm-debug.log*
28+
29+
# local env files
30+
.env*.local
31+
32+
# vercel
33+
.vercel
34+
35+
# typescript
36+
*.tsbuildinfo
37+
next-env.d.ts
38+
.idea
39+
40+
public/uploads/*
41+
342
.env
43+
44+
/tmp
45+
446
docker-compose-local.yml

chatfiles-ui/Dockerfile Dockerfile

File renamed without changes.

chatfiles-ui/.gitignore

-44
This file was deleted.

chatfiles-ui/LICENSE

-21
This file was deleted.

chatfiles-ui/README.md

-1
This file was deleted.

chatfiles-ui/public/uploads/.gitkeep

Whitespace-only changes.

chatfiles/.dockerignore

-23
This file was deleted.

chatfiles/.env.sample

-1
This file was deleted.

chatfiles/.gitignore

-7
This file was deleted.

chatfiles/Dockerfile

-12
This file was deleted.

chatfiles/chat.py

-37
This file was deleted.

chatfiles/file.py

-89
This file was deleted.

chatfiles/fly.toml

-26
This file was deleted.

chatfiles/llm.py

-56
This file was deleted.

chatfiles/prompt.py

-14
This file was deleted.

0 commit comments

Comments
 (0)