Spaces:
Running
Running
| # 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"}]' | |