|
1 year ago | |
---|---|---|
.. | ||
src | 1 year ago | |
test | 1 year ago | |
.gitignore | 1 year ago | |
APACHE_LICENSE.txt | 1 year ago | |
README.md | 1 year ago | |
app-migration-guide.txt | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago |
<a href="https://docs.puter.com/playground/"><strong>« LIVE DEMO »</strong></a>
<br />
<br />
<a href="https://docs.puter.com" target="_blank">Docs</a>
·
<a href="https://puter.com">Puter.com</a>
·
<a href="https://discord.com/invite/PQcx7Teh8u">Discord</a>
·
<a href="https://reddit.com/r/puter">Reddit</a>
·
<a href="https://twitter.com/HeyPuter">X (Twitter)</a>
Make sure the development server is running.
<html>
<body>
<script src="http://puter.localhost:4100/sdk/puter.dev.js"></script>
<script>
// Loading ...
puter.print(`Loading...`);
// Chat with GPT-3.5 Turbo
puter.ai.chat(`What color was Napoleon's white horse?`).then((response) => {
puter.print(response);
});
</script>
</body>
</html>