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.
- Host: GitHub
- URL: https://github.com/lightonai/muse-google-sheets
- Owner: lightonai
- License: mit
- Created: 2022-06-28T14:56:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T14:07:26.000Z (about 3 years ago)
- Last Synced: 2023-04-25T18:44:12.167Z (over 2 years ago)
- Topics: google-script, google-sheets, muse
- Language: TypeScript
- Homepage: https://muse-docs.lighton.ai/api/integrations/google-sheets
- Size: 369 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
LightOn Muse - Google Sheets Extension
[](LICENSE) [](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).