mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-30 01:29:58 -06:00
npm: publish new readme (#2098)
* fix: togetherAi metering
* npm: publish new readme
* Revert "fix: togetherAi metering"
This reverts commit 2b3eb76d90.
This commit is contained in:
@@ -88,6 +88,15 @@ puter.ai.chat('What color was Napoleon\'s white horse?').then(response => {
|
||||
|
||||
<br>
|
||||
|
||||
## Starter Templates
|
||||
|
||||
You can also use one of the following templates:
|
||||
|
||||
- Client-side projects: [Angular](https://github.com/HeyPuter/angular), [React](https://github.com/HeyPuter/react), [Next.js](https://github.com/HeyPuter/next.js), [Vue.js](https://github.com/HeyPuter/vue.js), [Vanilla.js](https://github.com/HeyPuter/vanilla.js)
|
||||
- Node.js + Express: [Node.js + Express template](https://github.com/HeyPuter/node.js-express.js)
|
||||
|
||||
<br>
|
||||
|
||||
## Setting Custom Origins
|
||||
By default puter.js uses the official Puter API and GUI origins. You can customize these origins by setting global variables before importing the SDK like so:
|
||||
|
||||
|
||||
4
src/puter-js/package-lock.json
generated
4
src/puter-js/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "puter",
|
||||
"version": "2.1.9",
|
||||
"version": "2.1.10",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "puter",
|
||||
"version": "2.1.9",
|
||||
"version": "2.1.10",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@heyputer/kv.js": "^0.1.92",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@heyputer/puter.js",
|
||||
"version": "2.1.9",
|
||||
"version": "2.1.10",
|
||||
"description": "Puter.js - A JavaScript library for interacting with Puter services.",
|
||||
"main": "src/index.js",
|
||||
"types": "./index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user