mirror of
https://github.com/vrtmrz/ring-a-secretary.git
synced 2026-07-22 07:40:33 +00:00
- Response is now streaming - Conversation is now customisable (i.e. temperature). Fixed: - Now conversation will be separated with an empty line to render markdown correctly. Removed: - No longer consuming tokens are counted.
10 lines
267 B
JSON
10 lines
267 B
JSON
{
|
|
"id": "ring-a-secretary",
|
|
"name": "Ring a secretary",
|
|
"version": "0.0.6",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Yet another ChatGPT-powered digital secretary",
|
|
"author": "vorotamoroz",
|
|
"authorUrl": "https://github.com/vrtmrz",
|
|
"isDesktopOnly": false
|
|
}
|