This commit is contained in:
Paul Gauthier 2024-11-14 15:30:49 -08:00
parent ecef784686
commit 38a5405c65

View file

@ -95,3 +95,6 @@ io = InputOutput(yes=True)
coder = Coder.create(model=model, fnames=fnames, io=io)
```
{: .note }
The scripting API is not officially supported or documented and may
change without warning.