Ivan Taneja

Results 3 issues of Ivan Taneja

**Hi team 👋** I’ve set `REPLICATE_API_TOKEN` in my `.env `file but replicate still throws: `Environment variable REPLICATE_API_TOKEN is required` Using `python-dotenv` and other env variables load fine. Does this lib...

**Hi team 👋** _Calling:_ `replicate.run("user/model", input={"prompt": "Hello"})` _Returns:_ `ValueError: Input is required` Even though the input is provided. Happens on certain models. Any idea what causes this? **Thanks!**

**Hi team 👋** Using: `output = replicate.run(model, input=input_dict)` On some models, the call hangs indefinitely without error or result. Is there a timeout I should set or a way to...