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 092967b commit e9b50de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Default.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"NANO_BOTS_API_ADDRESS": "https://api.nanobots.icebaker.me",
"NANO_BOTS_API_ADDRESS": "https://api.nbots.io",
"NANO_BOTS_STREAM": true,
"NANO_BOTS_USER_IDENTIFIER": "anonymous"
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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/238783555-96b84ab5-47c5-4613-9484-d3f0b75a34d8.mp4

Expand Down Expand Up @@ -271,7 +271,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

0 comments on commit e9b50de

Please sign in to comment.