Skip to content

Commit

Permalink
feat: replace python server side.
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhengli committed Jun 13, 2023
1 parent 2d21114 commit 8ab03fa
Show file tree
Hide file tree
Showing 94 changed files with 44 additions and 430 deletions.
File renamed without changes.
File renamed without changes.
44 changes: 43 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,46 @@
.idea
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/
/dist

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
.idea

public/uploads/*

.env

/tmp

docker-compose-local.yml
File renamed without changes.
44 changes: 0 additions & 44 deletions chatfiles-ui/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions chatfiles-ui/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion chatfiles-ui/README.md

This file was deleted.

Empty file.
23 changes: 0 additions & 23 deletions chatfiles/.dockerignore

This file was deleted.

1 change: 0 additions & 1 deletion chatfiles/.env.sample

This file was deleted.

7 changes: 0 additions & 7 deletions chatfiles/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions chatfiles/Dockerfile

This file was deleted.

37 changes: 0 additions & 37 deletions chatfiles/chat.py

This file was deleted.

89 changes: 0 additions & 89 deletions chatfiles/file.py

This file was deleted.

26 changes: 0 additions & 26 deletions chatfiles/fly.toml

This file was deleted.

56 changes: 0 additions & 56 deletions chatfiles/llm.py

This file was deleted.

14 changes: 0 additions & 14 deletions chatfiles/prompt.py

This file was deleted.

Loading

0 comments on commit 8ab03fa

Please sign in to comment.