Skip to content

Repository files navigation

Communication Intelligence Assistant

An enterprise AI tool.

Local Ollama Setup

  1. Install Ollama and ensure it is available on your machine.

  2. Pull the Mistral model:

    ollama pull mistral
  3. Start the Ollama API server (if not already running):

    ollama serve
  4. Start this application:

    npm install
    node server.js
  5. Open the app at http://localhost:3000.

The application sends chat requests to Ollama at http://127.0.0.1:11434/api/chat by default. If your Ollama server is hosted elsewhere, set OLLAMA_API_URL in your environment.

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages