Skip to main content

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='....')