From 735237257ee22aeceefc98b16f6b8c4d32e391f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Godard?= Date: Mon, 26 Feb 2024 00:08:20 +0100 Subject: [PATCH] refacto: rename project name --- README.md | 6 +++--- api/package.json | 2 +- client/package.json | 2 +- client/src/app.html | 2 +- client/src/components/chat/sidebar.svelte | 2 +- client/src/routes/playground/+layout.svelte | 2 +- client/src/routes/playground/api/docs/+page.svelte | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ce95bd8..09e5984 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# LLaMa Web +# CapacitiveML -The LLaMa Web is a web interface to chat or play with LLaMa based models. +The CapacitiveML is a web interface to chat or play with LLaMa based models. ## Installation @@ -90,7 +90,7 @@ docker-compose up -d ### Requirements - a server that can run an app similar to `examples/alt-backend/mixtral8x7B.py` -### Setup in LLaMa Web +### Setup in CapacitiveML 1. Go to the playground 2. Then go to the `Models` tab diff --git a/api/package.json b/api/package.json index c14b6bf..27f49b8 100644 --- a/api/package.json +++ b/api/package.json @@ -1,5 +1,5 @@ { - "name": "@ungarscool1/llama-web", + "name": "@ungarscool1/capacitiveml-api", "version": "1.0.0", "description": "Llama web interface for llama.cpp in docker container", "main": "index.js", diff --git a/client/package.json b/client/package.json index 472678b..14be0b8 100644 --- a/client/package.json +++ b/client/package.json @@ -1,5 +1,5 @@ { - "name": "@ungarscool1/llama-client", + "name": "@ungarscool1/capacitiveml-client", "version": "0.0.1", "author": "Léo Godard ", "license": "MIT", diff --git a/client/src/app.html b/client/src/app.html index 6cefefb..dbe43db 100644 --- a/client/src/app.html +++ b/client/src/app.html @@ -4,7 +4,7 @@ - LLaMa AI + CapacitiveML %sveltekit.head% diff --git a/client/src/components/chat/sidebar.svelte b/client/src/components/chat/sidebar.svelte index 55d3cf2..6497955 100644 --- a/client/src/components/chat/sidebar.svelte +++ b/client/src/components/chat/sidebar.svelte @@ -169,7 +169,7 @@ /> - LLaMa AI + CapacitiveML diff --git a/client/src/routes/playground/+layout.svelte b/client/src/routes/playground/+layout.svelte index d3c79df..c0bb7e7 100644 --- a/client/src/routes/playground/+layout.svelte +++ b/client/src/routes/playground/+layout.svelte @@ -46,7 +46,7 @@ let:toggle > - LLaMa AICapacitiveML diff --git a/client/src/routes/playground/api/docs/+page.svelte b/client/src/routes/playground/api/docs/+page.svelte index 521be31..7486473 100644 --- a/client/src/routes/playground/api/docs/+page.svelte +++ b/client/src/routes/playground/api/docs/+page.svelte @@ -82,7 +82,7 @@

API documentation

- API documentation page for LLaMa AI. Get started now. + API documentation page for CapacitiveML. Get started now.

API endpoint: {env.PUBLIC_API_URL}