Initial commit
This commit is contained in:
12
scripts/test_api.sh
Executable file
12
scripts/test_api.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
URL="http://alb-assistente-analitico-7e352f9-1039635730.us-east-1.elb.amazonaws.com:8000"
|
||||
|
||||
curl -X POST "${URL}/agent" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
"query": "Qual o NPS de dezembro 2025?",
|
||||
"history": "",
|
||||
"model": "anthropic.claude-haiku-4-5-20251001-v1:0",
|
||||
"base": "bacio_transacional_loja_app"
|
||||
}'
|
||||
Reference in New Issue
Block a user