opentensor / bittensor

Internet-scale Neural Networks
https://www.bittensor.com/
MIT License
908 stars 316 forks source link

Avoid using `prompt` in SDK #2387

Open roman-opentensor opened 4 hours ago

roman-opentensor commented 4 hours ago

SDK is intended for use in Python scripts and does not provide for interactive things. Due to this it was decided to avoid using the prompt flag and the prompt argument.

AC:

roman-opentensor commented 4 hours ago

https://github.com/opentensor/bittensor/pull/2382