Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
VideoChain-API
like
17
Running
on
CPU Upgrade
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
c4b02b2
VideoChain-API
/
src
/
llm
/
openai
/
openai.mts
Last commit not found
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
})
)