这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/utils/agents/aibitat/example/blog-post-coding.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function main() {
content: `We have got this draft of the new blog post, let us start working on it.
--- BEGIN DRAFT OF POST ---

Maui is a beautiful island in the state of Hawaii and is world-reknown for its whale watching season. Here are 2 other additional things to do in Maui, HI:
Maui is a beautiful island in the state of Hawaii and is world-renowned for its whale watching season. Here are 2 additional things to do in Maui, HI:

--- END DRAFT OF POST ---
`,
Expand Down
2 changes: 1 addition & 1 deletion server/utils/agents/aibitat/plugins/save-file-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const saveFileInBrowser = {
tracker: new Deduplicator(),
name: this.name,
description:
"Save content to a file when the user explicity asks for a download of the file.",
"Save content to a file when the user explicitly asks for a download of the file.",
examples: [
{
prompt: "Save me that to a file named 'output'",
Expand Down