This is the client side code of the AI Playground Remote integration for Texts.
This is a remote experimental implementation of the already existing AI Playground integration.
Built with https://github.com/batuhan/texts-platform-remote-client
Server side code at https://github.com/batuhan/texts-platform-remote-ai-server
Before you begin. ensure you have the following installed.
- Clone this repository and navigate into the project directory:
git clone https://github.com/batuhan/texts-platform-ai-playground-remote.git && cd texts-platform-ai-playground-remote
- Install dependencies and build the project:
yarn install
yarn build
- Open Texts and access the command bar (
CMD+J
on macOS) to select Install platform integrations - Choose Load platform from directory, navigate inside of the
dist
directory generated byyarn build
- Restart Texts to apply changes.
- Make sure you have platform remote ai playground server running and set up correctly.
- Log in to this remote integration by entering the Base URL for your remote server, selecting a provider and entering your api key.
This integration was built at Pickled Works by @alperdegre and it isn't an official integration by Texts.