Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pwntus/laila-ai

I'm your virtual friend. I'll learn from our conversation and remember details about you.
https://github.com/pwntus/laila-ai

Last synced: 5 days ago
JSON representation

I'm your virtual friend. I'll learn from our conversation and remember details about you.

Awesome Lists containing this project

README

        

> Discontinued, not hosted anymore.

# Laila AI

![Laila AI](./public/cover.jpg)

## How it works

This app is powered by:

🚀 [Replicate](https://replicate.com/?utm_source=project&utm_campaign=laila-ai), a platform for running machine learning models in the cloud.

🖍️ [Llama 2 13B](https://replicate.com/a16z-infra/llama-2-13b-chat?utm_source=project&utm_campaign=laila-ai), an open-source large language machine learning model from Meta that is fine tuned for chat completions.

▲ [Vercel](https://vercel.com/), a platform for running web apps.

⚡️ Nuxt.js [server-side API routes](server/api), for talking to Replicate's API.

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

🍃 [Vuetify](https://vuetifyjs.com/en/), a component framwork for Vue.

## Development

1. Install a recent version of [Node.js](https://nodejs.org/)
1. Copy your [Replicate API token](https://replicate.com/account?utm_source=project&utm_campaign=laila-ai) and set it in your environment:
```
echo "REPLICATE_API_TOKEN=" > .env.local
```
1. Install dependencies and run the server:
```
npm install
npm run dev
```
1. Open [localhost:3000](http://localhost:3000) in your browser. That's it!