You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A significant part of the common frozen micropython modules contain little or no comments and docstrings.
Also often there is no corresponding Micropython Documentation
based on the feedback in : JetBrains/intellij-micropython#218
In these cases is may be an option (to try to) use Open AI a LLM to generate missing documentation strings ?
or is it better to just add documentation to the Micropython-Lib , and merge that in to the Frozen Stubs ?
Docstring MUST be flagged with a clear indication to signal LLM generated content.
These models will run at a cost - so results should be cached / re-used to avoid too many calls / too high cost
'Bing AI Search : describe the python class ds18x20'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A significant part of the common frozen micropython modules contain little or no comments and docstrings.
Also often there is no corresponding Micropython Documentation
based on the feedback in : JetBrains/intellij-micropython#218
In these cases is may be an option (to try to) use Open AI a LLM to generate missing documentation strings ?
or is it better to just add documentation to the Micropython-Lib , and merge that in to the Frozen Stubs ?
'Bing AI Search :
describe the python class ds18x20
'Beta Was this translation helpful? Give feedback.
All reactions