llama-gpt/ui
Nathan Fretz 8916066541
add fallback for copying to clipboard over http (#1)
2023-08-15 15:42:26 -07:00
..
__tests__/utils/app Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
components add fallback for copying to clipboard over http (#1) 2023-08-15 15:42:26 -07:00
docs Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
hooks Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
k8s Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
pages Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
public Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
services Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
styles Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
types Add support for 13B and 70B models, workflow, readme 2023-08-15 23:11:39 +07:00
utils Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
.dockerignore Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
.eslintrc.json Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
.gitignore Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
CONTRIBUTING.md Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
Dockerfile Wait for api to be available before starting UI 2023-08-15 23:42:08 +07:00
Makefile Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
docker-compose.yml Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
next-i18next.config.js Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
next.config.js Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
package-lock.json Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
package.json Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
postcss.config.js Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
prettier.config.js Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
tailwind.config.js Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
tsconfig.json Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
vitest.config.ts Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00