Allow overriding the server address
This commit is contained in:
parent
b8b8a6ed00
commit
6627a02540
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue