Why would I want to use HAIP
React Query
for LLM use cases. It’s meant to allow you to set up connections to your LLM in an easy to manage way.
While having all the aspects that you would otherwise have to build like chat histories, credit management and flow control.
An example of a client: using our drop in React libraries.
HAIP CLI
bash # Install HAIP CLI git clone https://github.com/haiprotocol/haip-cli.git cd haip-cli npm install npm run build # Test connection node dist/index.js connect ws://localhost:8080 # Send test message node dist/index.js send text "Hello, HAIP!" # Monitor events node dist/index.js monitor --follow # Test performance node dist/index.js test --message-count 100