28 lines
243 B
Markdown
28 lines
243 B
Markdown
# 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
|
|
```
|