@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 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 8000)
58
+ Browser <--> Python Backend (FastAPI, port 4200) <--> Lemonade Server (LLM, port 13305)
59
59
  |
60
60
  SQLite DB (~/.gaia/chat/)
61
61
  ```