@amd-gaia/agent-ui 0.17.4 → 0.17.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/assets/index-CdffaS1a.js +438 -0
- package/dist/assets/index-CzObDlwu.css +1 -0
- package/dist/index.html +2 -2
- package/main-safety-net.cjs +172 -0
- package/main.cjs +67 -9
- package/package.json +2 -1
- package/services/index-query.cjs +49 -0
- package/dist/assets/index-eQemgF08.css +0 -1
- package/dist/assets/index-iAjQas0m.js +0 -443
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ Then open [http://localhost:4200](http://localhost:4200) in your browser.
|
|
|
55
55
|
## Architecture
|
|
56
56
|
|
|
57
57
|
```
|
|
58
|
-
Browser <--> Python Backend (FastAPI, port 4200) <--> Lemonade Server (LLM, port
|
|
58
|
+
Browser <--> Python Backend (FastAPI, port 4200) <--> Lemonade Server (LLM, port 13305)
|
|
59
59
|
|
|
|
60
60
|
SQLite DB (~/.gaia/chat/)
|
|
61
61
|
```
|