Pwntus / laila-ai

I'm your virtual friend. I'll learn from our conversation and remember details about you.
https://laila-ai.com
0 stars 0 forks source link

Discontinued, not hosted anymore.

Laila AI

Laila AI

How it works

This app is powered by:

🚀 Replicate, a platform for running machine learning models in the cloud.

🖍️ Llama 2 13B, an open-source large language machine learning model from Meta that is fine tuned for chat completions.

Vercel, a platform for running web apps.

⚡️ Nuxt.js server-side API routes, for talking to Replicate's API.

👀 Nuxt.js Vue components, for the browser UI.

🍃 Vuetify, a component framwork for Vue.

Development

  1. Install a recent version of Node.js
  2. Copy your Replicate API token and set it in your environment:
    echo "REPLICATE_API_TOKEN=<your-token-here>" > .env.local
  3. Install dependencies and run the server:
    npm install
    npm run dev
  4. Open localhost:3000 in your browser. That's it!