darabos's picture
ChatAPI and TaskSolver serving from LynxKite.
57f808e
raw
history blame contribute delete
387 Bytes
#!/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."}]'