Spaces:
Running
Running
File size: 387 Bytes
57f808e |
1 2 3 4 5 6 |
#!/bin/bash -xue
xh POST 'http://localhost:8000/api/service/lynxkite_graph_analytics/LynxScribe%20Task%20Solver/Demo.lynxkite.json/Chat%20frontend%201/chat/completions' \
model=LynxScribe \
stream:=false \
messages:='[{"role": "user", "content": "Investigate the database schema, then use a series of SQL queries to find movies featuring Bette Davis and Ann Sheridan together."}]'
|