# openai To get started ```vlang import freeflowuniverse.herolib.clients. openai mut client:= openai.get()! client... ``` ## example heroscript ```hero !!openai.configure secret: '...' host: 'localhost' port: 8888 ```