Model Openai
Model.Openai Moduleβ
This module is a wrapper over the OPENAI API
To serve the module
Bashβ
c model.openai serve tag=10 api_key=.....
Pythonβ
c.serve('model.openai', tag=10, api_key=...)
To register the module
Bashβ
c model.openai register tag=10 api_key=...
Pythonβ
c.register('model.openai', tag=10, api_key='....')