darabos's picture
ChatAPI and TaskSolver serving from LynxKite.
57f808e
raw
history blame contribute delete
615 Bytes
#!/bin/bash -xue
# xh POST 'https://api.openai.com/v1/chat/completions' \
# Authorization:"Bearer $OPENAI_API_KEY" \
# model=gpt-4o-mini \
# stream:=false \
# messages:='[{"role": "user", "content": "what does the fox say"}]'
xh 'http://localhost:8000/api/service/lynxkite_graph_analytics/LynxScribe%20MCP/Demo.lynxkite.json/Chat%20frontend%201/models'
xh POST 'http://localhost:8000/api/service/lynxkite_graph_analytics/LynxScribe%20MCP/Demo.lynxkite.json/Chat%20frontend%201/chat/completions' \
model=LynxScribe \
stream:=false \
messages:='[{"role": "user", "content": "what does the fox say"}]'