We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dabc6 commit d680325Copy full SHA for d680325
README.md
@@ -69,6 +69,12 @@ console.log(prediction.status); // "starting"
69
From there, you can fetch the current status of the prediction using
70
`await prediction.load()` or `await replicate.prediction(prediction.id).load()`.
71
72
+## Contributing
73
+
74
+While we'd love to accept contributions to this library, please open an issue
75
+before starting any new work so we can discuss the approach we'd like to take
76
+before you invest too much in writing code.
77
78
## License
79
80
[Apache 2.0](LICENSE)
0 commit comments