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

https://github.com/mdwheele/nutanix-enterprise-ai-chatbot


https://github.com/mdwheele/nutanix-enterprise-ai-chatbot

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Nutanix Enterprise AI Chat Bot

## Project Setup

```sh
npm install
```

### Update `.env`

```sh
NAI_HOST=your-nai-instance.example.com
API_KEY=...
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Start Backend Server

```sh
npm start
```