Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 424 Bytes

File metadata and controls

12 lines (8 loc) · 424 Bytes

AI client example app

This project is the client side of the AI client chat app. It connects to the AI server application, that must be started first.

Running

Set up the server first, see: ../Server/AiServer.md.
Then start the server with ./startServer.sh form this folder.

You can select a supported browser in the VSCode debug configuration,
before running the client app with [F5].