Skip to content

Conversation

@zeke
Copy link
Member

@zeke zeke commented Jul 7, 2025

This PR switches the app from free use to "bring your own token"

Users must now create their own Replicate API token and enter it to use the app.

cc @mattrothenberg

@vercel
Copy link

vercel bot commented Jul 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
paint-by-text ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 8, 2025 0:55am

@zeke zeke requested review from a team and mattrothenberg July 7, 2025 15:23

console.log({prediction});

console.log({ prediction });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drop

pages/index.js Outdated
Comment on lines 69 to 70
const [apiToken, setApiToken] = useState(null);
const [showTokenForm, setShowTokenForm] = useState(true);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be the same stateful value? We show the form if we don't have a token, right?

@zeke zeke merged commit 813a3df into main Jul 8, 2025
3 checks passed
@zeke zeke deleted the bring-your-own-token branch July 8, 2025 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants