Skip to content

Commit

Permalink
new api
Browse files Browse the repository at this point in the history
  • Loading branch information
icebaker committed May 26, 2023
1 parent 60e41f5 commit 0efb671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 111,7 @@ To interrupt a streaming response or stop waiting for a complete response, you c

When executing any of the commands mentioned earlier, a prompt will appear asking you to select a Cartridge. The default Cartridge is the standard chat interaction. However, you can create your own Cartridges which will automatically appear in the command palette.

For further details on Cartridges, please refer to the [Nano Bots](https://github.com/icebaker/nano-bots) specification. You can find it [here](https://icebaker.github.io/nano-bots/#/README?id=cartridges).
For further details on Cartridges, please refer to the [Nano Bots](https://github.com/icebaker/nano-bots) specification. You can find it [here](https://spec.nbots.io/#/README?id=cartridges).

https://user-images.githubusercontent.com/113217272/239406395-6da4557b-9435-40cd-a0ed-f2393cc99576.mp4

Expand Down Expand Up @@ -270,7 270,7 @@ All interactions with Nano Bots are stateless by default. However, if you wish t
}
```

Each cartridge will maintain its own isolated state. Please refer to the [specification](https://icebaker.github.io/nano-bots/#/README?id=state) for further information on state management.
Each cartridge will maintain its own isolated state. Please refer to the [specification](https://spec.nbots.io/#/README?id=state) for further information on state management.

## Development

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 54,7 @@
"properties": {
"🤖 Nano Bots.NANO_BOTS_API_ADDRESS": {
"type": "string",
"default": "https://api.nanobots.icebaker.me",
"default": "https://api.nbots.io",
"description": "Set the address for the Nano Bots API."
},
"🤖 Nano Bots.NANO_BOTS_USER_IDENTIFIER": {
Expand Down

0 comments on commit 0efb671

Please sign in to comment.