529
Computer Agent
🖥
Run tasks using an AI-powered computer agent
curl https://jdelavande-dev-tgi.hf.space/
-X POST
-H "Content-Type: application/json"
-d '{"inputs":"Hello how are you ?", "parameters":{"max_new_tokens":20}}'
Should work, it directly calls the inference server where the Qwen 2.5 7B is hosted. We might work on integrating the data in the standard api of TGI in the future!