# About

## Overview

**CCV AI Services** (<https://ai.ccv.brown.edu>), informally known as ChatCCV, is **the AI Sandbox** that provides a suite of generative AI tools built and deployed in-house at Brown for all members of the Brown community. These tools include:

* [Transcribe](https://ai.ccv.brown.edu/transcribe): A web app that provides fast and accurate audio transcription through open-source and enterprise-level models, including the OpenAI Whisper model and Google Gemini.
* [LibreChat](https://librechat.ccv.brown.edu/): A unified chat interface that provides the community free and private access to a mix of state-of-the-art premium and open-sourse large language models (LLMs).
* [Ask Oscar](https://ai.ccv.brown.edu/retrieval) (currently under construction): An AI assistant that can answer questions based on documentation of CCV and other Brown services.

### Motivation

The main motivation for providing in-house generative AI tools at Brown is data privacy and security. Commercially available AI tools such as OpenAI's ChatGPT and Anthropic's Claude are not fully transparent about what they do with the data that the users provide them, including chat history, documents, images, and videos. The data may be used by these commercial companies to train their next model, risking exposure of sensitive information. With AI services provided by CCV, we have full control over how user data is handled and can be completely transparent about how and where we store, collect, and use user-provided data. Please see our [Privacy Statement](https://docs.ccv.brown.edu/ai-tools/data-privacy) section for details about how user data is stored.

Another motivation is to provide AI services tailored specifically to the needs of the Brown community. Our [Transcribe](https://ai.ccv.brown.edu/transcribe) service, for example, was developed based on popular demand from the Brown community for a high-performance, reliable, cost-effective, and secure audio transcription service. We understand that one of the major concerns of the community about generative AI tools is sustainability, so we built a carbon meter for some of our services to estimate the carbon footprint of AI usage. We will continue to listen to the community for their feedback on how to improve our services and develop new services that meet their need for an ever-evolving landscape at work.

### Architecture

The CCV AI Services were built with data security and privacy in mind. To that end, the service are deployed on infrastructure owned and/or managed by Brown. Specifically, the LibreChat service is deployed on Brown's own Kubernetes cluster with connection to AI models provided by Brown's cloud partner Google Cloud Platform (GCP) and Microsoft Azure. The Transcribe and Ask Oscar services are deployed on GCP.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ccv.brown.edu/ai-tools/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
