Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jbilcke-hf/VideoChain-API
Plurigrid
/
unchained
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
53aa97a
unchained
/
src
/
llm
/
openai
/
openai.mts
barton
Duplicate from jbilcke-hf/VideoChain-API
53aa97a
almost 2 years ago
raw
Copy download link
history
blame
Safe
158 Bytes
import
{
Configuration
,
OpenAIApi
}
from
"openai"
export
const
openai =
new
OpenAIApi
(
new
Configuration
({
apiKey
: process.
env
.
VC_OPENAI_API_KEY
})
)