Skip to content

Commit

Permalink
Remove the funding URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed3developer committed May 18, 2024
1 parent 6434213 commit 184a81a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async function makeAIRequest(
}
} else {
const instruction = `Today is ${moment().format(
"YYYY-MM-DD"
"YYYY-MM-DD dddd"
)}, local time is ${moment().format("HH:mm:ss")}. ${straighforward}`;
targetMessages.push(
{ role: "system", content: instruction },
Expand Down
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"id": "rapid-ai",
"name": "Rapid AI",
"version": "1.0.3",
"version": "1.0.4",
"minAppVersion": "1.5.12",
"description": "AI Assistant for selected text and generating content with Markdown. Shortcuts and quick action buttons provide instant AI assistance. It provides a high availability API for unlimited Chat GPT request rates, so you can ensure smooth work for any workload.",
"author": "Instant AI",
"authorUrl": "https://rapidapi.com/organization/instant-ai",
"fundingUrl": "",
"isDesktopOnly": false
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"1.0.0": "1.5.12",
"1.0.1": "1.5.12",
"1.0.2": "1.5.12",
"1.0.3": "1.5.12"
"1.0.3": "1.5.12",
"1.0.4": "1.5.12"
}

0 comments on commit 184a81a

Please sign in to comment.