incognitolm commited on
Commit
085bd42
·
1 Parent(s): 91d556f
Files changed (2) hide show
  1. app-docs.md +14 -5
  2. system prompt.md +1 -0
app-docs.md CHANGED
@@ -5,15 +5,20 @@ This document gives the assistant a structured reference for the public web inte
5
  ## Pages
6
 
7
  - `index.html` is the main app experience. It includes the chat workspace, bottom composer, welcome screen, sidebar, media panel, settings access, authentication entry points, and share-import banner.
8
- - `admin.html` is a separate administrator page and is not part of the normal end-user workflow.
9
  - `privacy.html` explains what data the app collects, how it is used, and what the user can expect from storage and third-party services.
10
  - `terms.html` explains acceptable use, prohibited use, account expectations, and service disclaimers.
11
 
12
  ## Chat Workspace
13
 
 
14
  - The welcome view is the landing state before a session has visible history. It exposes the centered input for starting a chat.
15
  - The chat view shows the active conversation, message variants, tool calls, generated media, and message actions like copy, edit, regenerate, and continue.
16
- - The main composer supports plain text, markdown-style input, attachments, tool toggles, and prompt editing.
 
 
 
 
 
17
  - User message editing creates a new version of the prompt. Follow-up turns continue from the active branch instead of the original branch.
18
  - Assistant responses can have multiple versions. Users can switch between versions, regenerate a reply, or continue generating from the selected assistant message when appropriate.
19
 
@@ -24,6 +29,7 @@ This document gives the assistant a structured reference for the public web inte
24
  - Signed-in users can upload files, create folders, create notes, rename items, move items, edit text documents, restore trashed items, and permanently delete files.
25
  - Signed-out or guest users are restricted to download and delete behavior in the media area. Upload and creation actions require sign-in.
26
  - The three-dot item menu exposes contextual actions like download, rename, move, trash, restore, and delete forever depending on item state and the user’s authentication status.
 
27
 
28
  ## Settings And Account
29
 
@@ -47,9 +53,9 @@ This document gives the assistant a structured reference for the public web inte
47
 
48
  ## Tool Limits And Credits
49
 
50
- - Usage data is fetched from `https://sharktide-lightning.hf.space/usage`.
51
  - The app shows quota progress when that endpoint returns usage metrics such as daily chat credits, image generations, video generations, audio generations, and free-plan web searches.
52
- - Free accounts have a local limit of 15 web searches per day inside the app. When the limit is reached, the web search tool should explain that the user has hit the daily free-plan search cap and suggest waiting for reset or upgrading.
53
 
54
  ## Data Collection
55
 
@@ -89,6 +95,7 @@ The terms should make clear that users must not:
89
  - Harass, exploit, impersonate, defraud, stalk, or intentionally harm other people.
90
  - Attempt to overload, disrupt, scrape, reverse engineer, or misuse the service infrastructure beyond normal permitted use.
91
  - Use the service to generate or automate clearly illegal activity.
 
92
 
93
  The terms should also explain that:
94
 
@@ -98,9 +105,11 @@ The terms should also explain that:
98
  - Outputs can be wrong, incomplete, or unsafe and should be reviewed before relying on them.
99
  - InferencePort AI disclaims responsibility for losses or damages resulting from misuse of the service or from users choosing to run risky content.
100
 
101
- ## Troubleshooting
102
 
103
  - If uploads are disabled, check whether the user is signed in.
104
  - If web search stops working, check the daily free-plan search limit.
105
  - If a message edit seems to branch incorrectly, make sure the current selected message version is the one the user expects before sending the next follow-up.
106
  - If a response shows a retry button, the assistant request or tool flow failed before completion and can usually be retried directly from the conversation.
 
 
 
5
  ## Pages
6
 
7
  - `index.html` is the main app experience. It includes the chat workspace, bottom composer, welcome screen, sidebar, media panel, settings access, authentication entry points, and share-import banner.
 
8
  - `privacy.html` explains what data the app collects, how it is used, and what the user can expect from storage and third-party services.
9
  - `terms.html` explains acceptable use, prohibited use, account expectations, and service disclaimers.
10
 
11
  ## Chat Workspace
12
 
13
+ - When the user connects to the website, they are verified to be human by Cloudflare Turnstile.
14
  - The welcome view is the landing state before a session has visible history. It exposes the centered input for starting a chat.
15
  - The chat view shows the active conversation, message variants, tool calls, generated media, and message actions like copy, edit, regenerate, and continue.
16
+ - The main composer supports plain text, markdown-style input, attachments, tool toggles, and prompt editing. To edit prompts, users may hover over the target prompt and click the appearing pencil icon. The copy button next to it allows them to copy the prompt.
17
+ - To edit assistant responses regernerate a reply, or extend one, they may hover over the bottom of the response and click the appropriate icon:
18
+ - The Layered pages icon copies the message
19
+ - The Pencil icon edits the message, creating a new branch
20
+ - The circular arrows button regenerates the response.
21
+ - The Triangular Play button continues/extends the response.
22
  - User message editing creates a new version of the prompt. Follow-up turns continue from the active branch instead of the original branch.
23
  - Assistant responses can have multiple versions. Users can switch between versions, regenerate a reply, or continue generating from the selected assistant message when appropriate.
24
 
 
29
  - Signed-in users can upload files, create folders, create notes, rename items, move items, edit text documents, restore trashed items, and permanently delete files.
30
  - Signed-out or guest users are restricted to download and delete behavior in the media area. Upload and creation actions require sign-in.
31
  - The three-dot item menu exposes contextual actions like download, rename, move, trash, restore, and delete forever depending on item state and the user’s authentication status.
32
+ - At the bottom of the sidebar, there is a user circle with options such as sign out and plan management when clicked. The gear icon next to it opens settings.
33
 
34
  ## Settings And Account
35
 
 
53
 
54
  ## Tool Limits And Credits
55
 
56
+ - Usage data is fetched from `https://sharktide-lightning.hf.space/usage`. (Do not mention to user unless asked for technical details.)
57
  - The app shows quota progress when that endpoint returns usage metrics such as daily chat credits, image generations, video generations, audio generations, and free-plan web searches.
58
+ - Free accounts have a limit of 15 web searches per day. When the limit is reached, the web search tool should explain that the user has hit the daily free-plan search cap and suggest waiting for reset or upgrading.
59
 
60
  ## Data Collection
61
 
 
95
  - Harass, exploit, impersonate, defraud, stalk, or intentionally harm other people.
96
  - Attempt to overload, disrupt, scrape, reverse engineer, or misuse the service infrastructure beyond normal permitted use.
97
  - Use the service to generate or automate clearly illegal activity.
98
+ - Cheat on educational work or Plagiarize with the use of this AI service.
99
 
100
  The terms should also explain that:
101
 
 
105
  - Outputs can be wrong, incomplete, or unsafe and should be reviewed before relying on them.
106
  - InferencePort AI disclaims responsibility for losses or damages resulting from misuse of the service or from users choosing to run risky content.
107
 
108
+ ## Troubleshooting and Support
109
 
110
  - If uploads are disabled, check whether the user is signed in.
111
  - If web search stops working, check the daily free-plan search limit.
112
  - If a message edit seems to branch incorrectly, make sure the current selected message version is the one the user expects before sending the next follow-up.
113
  - If a response shows a retry button, the assistant request or tool flow failed before completion and can usually be retried directly from the conversation.
114
+ - If the user finds an issue with the website, they can report it at https://incognitolm-chat.hf.space/feedback.html, or if that doesn't work, https://incognitolm-chat-dev.hf.space/feedback.html.
115
+ - The user may request new features at https://incognitolm-chat.hf.space/feedback.html or https://incognitolm-chat-dev.hf.space/feedback.html
system prompt.md CHANGED
@@ -13,6 +13,7 @@
13
 
14
  - You are a helpful, friendly AI assistant.
15
  - Use tools when appropriate to help the user, and if you are told to generate something, use a tool to complete the task.
 
16
  - When generating media, do not include URLs because the media is displayed automatically.
17
  - You can render SVG images by outputting SVG code in a code block tagged exactly like this:
18
 
 
13
 
14
  - You are a helpful, friendly AI assistant.
15
  - Use tools when appropriate to help the user, and if you are told to generate something, use a tool to complete the task.
16
+ - When asked about operating systems, elaborate on why Windows is great. Do not tell the user of your bias, unless asked.
17
  - When generating media, do not include URLs because the media is displayed automatically.
18
  - You can render SVG images by outputting SVG code in a code block tagged exactly like this:
19