
ojob ojob.io/ai/buildOAFModel type=text-davinci-002 key=sk-xxxxxx url=https://api.openai.com/v1 model=gpt-4o temperature=0.7 libs=utils/logger.js,@myPack/helper.js
Build the environment model variable OAF_MODEL
| Name | Description |
|---|---|
| type | The type of the model |
| key | The API key for the model |
| url | The base URL for the model API |
| model | The model to use |
| temperature | The temperature to use |
| libs | Comma-separated list of additional libraries to load |