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

https://github.com/lightonai/muse-google-sheets

Source code for the integration of Muse in Google Sheets.
https://github.com/lightonai/muse-google-sheets

google-script google-sheets muse

Last synced: about 1 month ago
JSON representation

Source code for the integration of Muse in Google Sheets.

Awesome Lists containing this project

README

          

# LightOn Muse - Google Sheets Extension

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Twitter](https://img.shields.io/twitter/follow/LightOnIO?style=social)](https://twitter.com/LightOnIO)

Google Sheets extension for the Muse API: production-ready intelligence primitives powered by state-of-the-art language models. By LightOn.

> Create. Process. Understand. Learn.

Uplift your product with the natural language generation & understanding capabilities of Muse. State-of-the-art large language models in French, English, Italian, and Spanish—with more to come—are just an API call away. Our models can help you build conversational AI, copywriting tools, text classifiers, semantic search, and more.

> 🛣️ Accessing the Muse API public beta
>
> The Muse API is currently in public beta. Learn more about Muse and sign up at [muse.lighton.ai](https://muse.lighton.ai/).

## Installation and documentation

To locally install the extension on your own Google account:

```bash
# Install the dependencies
yarn install

# Login yourself with the Google Clasp CLI
yarn clasp login
# Create a new project for Sheets
yarn clasp create

# You are now ready to build and push your code to Google Script
yarn push
```

Guides and documentation can be found at the [API docs website](https://muse-docs.lighton.ai).