Skip to content

Commit

Permalink
Merge branch 'develop' into fix-plugin-router-nitro
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo authored Jan 28, 2025
2 parents 3c5c2ef + fe8f5f7 commit 1f6bd21
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-intiface/intiface-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For example, to run the server on websockets at port 12345 with bluetooth device
## Compiling

Linux will have extra compilation dependency requirements via
[buttplug-rs](https://github.com/buttplugio/buttplug-rs). For pacakges required,
[buttplug-rs](https://github.com/buttplugio/buttplug-rs). For packages required,
please check there.

## Contributing
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-mind-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The [Mind Network](https://www.mindnetwork.xyz/) plugin empowers users to partic

## Installation

Depedency for the plugin:
Dependency for the plugin:
- [mind-randgen-sdk](https://github.com/mind-network/mind-sdk-randgen-ts)
- [mind-sdk-hubs](https://github.com/mind-network/mind-sdk-hubs-ts)
- [elizaos](https://github.com/elizaOS/eliza)
Expand Down Expand Up @@ -111,8 +111,8 @@ character_trump: Your vote has been submitted successfully.

## Contributing & License

This plugin is part of the [Eliza project](https://github.com/elizaos/eliza). For details on contributing and licensing, please refer to the main project repository. [Mind Network](https://www.mindnetwork.xyz/) welcomes contribution and collabration.
This plugin is part of the [Eliza project](https://github.com/elizaos/eliza). For details on contributing and licensing, please refer to the main project repository. [Mind Network](https://www.mindnetwork.xyz/) welcomes contribution and collaboration.

## Support

If you have any queries, please feel free to contact Mind Team via [Discord](https://discord.com/invite/UYj94MJdGJ) or [Twitter](https://x.com/mindnetwork_xyz).
If you have any queries, please feel free to contact Mind Team via [Discord](https://discord.com/invite/UYj94MJdGJ) or [Twitter](https://x.com/mindnetwork_xyz).
4 changes: 2 additions & 2 deletions packages/plugin-mind-network/src/actions/submitVoteAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const submitVoteAction: Action = {
{
user: "{{agent}}",
content: {
text: "Vote has been sumitted successfully!",
text: "Vote has been submitted successfully!",
},
},
], [
Expand All @@ -118,4 +118,4 @@ export const submitVoteAction: Action = {
},
],
] as ActionExample[][],
};
};
4 changes: 2 additions & 2 deletions packages/plugin-multiversx/src/actions/createToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default {
{
user: "{{user2}}",
content: {
text: "Succesfully created token.",
text: "Successfully created token.",
},
},
],
Expand All @@ -172,7 +172,7 @@ export default {
{
user: "{{user2}}",
content: {
text: "Succesfully created token.",
text: "Successfully created token.",
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-opacity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ console.log("Proof is valid:", isValid);
## Features

- Implements `IVerifiableInferenceAdapter` interface for standardized verifiable inference
- Support for multiple AI model provider, in the future may be expanded to accomdate for all gateways [supported by CloudFlare](https://developers.cloudflare.com/ai-gateway/providers/)
- Support for multiple AI model provider, in the future may be expanded to accommodate for all gateways [supported by CloudFlare](https://developers.cloudflare.com/ai-gateway/providers/)
- Customizable options for each request
- Built-in proof verification

Expand Down

0 comments on commit 1f6bd21

Please sign in to comment.