opentensor / bittensor

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

Avoid using `prompt` in SDK #2387

Closed roman-opentensor closed 1 week ago

roman-opentensor commented 4 weeks 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 weeks ago

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