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

https://github.com/metaskills/unremarkable-ideogram-assistant

Consistent On-Brand Artwork using Ideogram + OpenAI Assistants
https://github.com/metaskills/unremarkable-ideogram-assistant

ai openai openai-api openai-assistants openai-assistants-api

Last synced: 16 days ago
JSON representation

Consistent On-Brand Artwork using Ideogram + OpenAI Assistants

Awesome Lists containing this project

README

        

# unRemarkable.ai Ideogram Assistant

Article: https://www.unremarkable.ai/consistent-on-brand-artwork-using-ideogram-with-openai-assistants/

[![Consistent On-Brand Artwork using Ideogram + OpenAI Assistants](./public/featured-image.png)]([https://unremarkable.ai](https://www.unremarkable.ai/consistent-on-brand-artwork-using-ideogram-with-openai-assistants/))

## Setup

> [!WARNING]
> This project assumes you are on a Mac OS system with Safari.

Ensure you have an `OPENAI_API_KEY` and `IDEOGRAM_API_KEY` environment variables or add them to the `.env.development.local` file:

```
OPENAI_API_KEY=...
IDEOGRAM_API_KEY=...
```

Now you can run the following commands:

```bash
./bin/setup
npm run assistant
```