Allow overriding the server address

This commit is contained in:
Henri Vasserman 2023-06-13 13:36:31 +03:00 committed by GitHub
parent b8b8a6ed00
commit 6627a02540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/bin/bash
API_URL="http://127.0.0.1:8080"
API_URL="${API_URL:-http://127.0.0.1:8080}"
CHAT=(
"Hello, Assistant."