You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Feel free to open an issue or pull request and I'll respond as soon as I can.
56
56
## Updates & History:
57
57
| Version | Features and Improvements |
58
58
|---------|----------------------------|
59
-
|**V1.0**| - Initial release allowing users to interact with any AI model using an **API key**.<br>- Responses are formatted in **Markdown** for more readability, supporting headers, code blocks, tables, and etc. |
59
+
|**V1.0**| - Initial release allowing users to interact with any AI model using an **API key**.<br>- Formatted in **Markdown** for more readability, supporting headers, code blocks, tables, and etc. |
60
60
|**V1.1**| - Added a **Clear Chat** button to easily erase conversation history without reloading the page.<br>- Introduced **Retry** functionality if the AI fails to generate a response.<br>- Enabled **Copy Code** button for code blocks, allowing easy copying without manual selection.<br>- Improved UI design for a cleaner, more modern appearance. |
61
61
|**V1.2**| - Added a **Stop Generating** button to abort ongoing AI responses.<br>- Enhanced error handling for more reliable performance.<br>- Improved local storage to **persist chat history** across page reloads and browser sessions.<br>- Refactored codebase for better structure and readability, making it easier for developers to customize. |
62
62
|**V1.3**| - Added the ability to **download chat history** in `.json` format for backup or sharing.<br>- Introduced **editable prompts**, allowing users to correct typos or rephrase their input after sending. |
0 commit comments