mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-05 11:22:11 +02:00
6 lines
131 B
Markdown
6 lines
131 B
Markdown
|
|
To use OpenAI APIs, you need an API token which must be provided in an environment variable.
|
||
|
|
|
||
|
|
```
|
||
|
|
OPENAI_TOKEN=TOKEN-GOES-HERE
|
||
|
|
```
|