Skip to content

Commit 84a86e7

Browse files
Mutugiiidogi
andauthored
all: smoother README.md (fixes #9125) (#9126)
Co-authored-by: dogi <[email protected]>
1 parent 385daf5 commit 84a86e7

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ For development, the following additional tools are required:
1616

1717
* Docker
1818
* Git
19-
* NPM v6
20-
* Node.js v14
21-
* Angular CLI v10
19+
* NPM v10
20+
* Node.js v18
21+
* Angular CLI v15
2222

2323
The only other prerequisite is Docker Desktop. After cloning the repository, follow the steps below to set up the development environment using Docker:
2424

@@ -74,7 +74,9 @@ If port 3000 is in use, try ```ng serve --port 3001```
7474

7575
## Chatapi Notes
7676

77-
Configure the models(API keys & Models & Assistant settings) through the `manager dashboard -> AI Configurations` or in the `configurations` database directly in CouchDB. Currently we support *OpenAI*, *Perplexity*, *Deepseek*, and *Gemini* models.
77+
Configure the models (API keys & Models & Assistant settings) through the `manager dashboard -> AI Configurations` or directly in the `configurations` database in CouchDB.
78+
79+
Supported models: *OpenAI*, *Perplexity*, *Deepseek*, and *Gemini*
7880

7981
For chatapi development instructions, refer to the [chatapi README](chatapi/README.md).
8082

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.20.31",
4+
"version": "0.20.32",
55
"myplanet": {
6-
"latest": "v0.32.3",
7-
"min": "v0.31.3"
6+
"latest": "v0.32.97",
7+
"min": "v0.31.97"
88
},
99
"scripts": {
1010
"ng": "ng",

0 commit comments

Comments
 (0)