mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 11:13:11 +02:00
feat: README update + color updates
This commit is contained in:
@@ -21,8 +21,8 @@ The initial version of **KétaPK** was hand-crafted as a Microsoft Excel workboo
|
||||
|
||||
To make the tool responsive, cross-platform, and independent of Microsoft Office, the application was re-engineered into a modern web and desktop software stack.
|
||||
|
||||
* **AI Collaboration Model:** Google Gemini
|
||||
* **AI Model Version:** Gemini 3.6 Thinking
|
||||
* **AI Collaboration Model:** Google Gemini & Anthropic Claude
|
||||
* **AI Model Version:** Gemini 3.6 Thinking & Claude Sonnet 5
|
||||
* **Generation Mode:** Context-aware multi-turn prompt engineering & source-code decompilation
|
||||
* **Generation Parameters:** Standard System Instructions, Default Temperature (~0.7), Strict Module Separation (Decoupled Math Engine / Responsive UI / i18n Dictionary)
|
||||
|
||||
@@ -96,6 +96,12 @@ npx tauri dev
|
||||
npx tauri build
|
||||
```
|
||||
|
||||
## 6. Changing colors on your own
|
||||
|
||||
### Graph background colors
|
||||
|
||||
The colors are a more tarnished version of the original colors of KétaPK. To change them, you must change them in the file `frontend/pkCore.js` and look for `const CLINICAL_THRESHOLDS`. Racemic and Esketamine are managed separatly.
|
||||
|
||||
## Output Installation Binaries
|
||||
|
||||
After running `npx tauri build`, your standalone installer will be available at:
|
||||
|
||||
Reference in New Issue
Block a user