From 184a81a14bc596a9bdc2ac4768855436e02a8546 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Sat, 18 May 2024 04:48:53 +0300 Subject: [PATCH] Remove the funding URL --- main.ts | 2 +- manifest.json | 3 +-- versions.json | 3 ++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main.ts b/main.ts index b350c4f..9903ab8 100644 --- a/main.ts +++ b/main.ts @@ -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 }, diff --git a/manifest.json b/manifest.json index c2efe01..badbe87 100644 --- a/manifest.json +++ b/manifest.json @@ -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 } \ No newline at end of file diff --git a/versions.json b/versions.json index 20eda0e..876f054 100644 --- a/versions.json +++ b/versions.json @@ -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" }