Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matthoffner
/
chatbot
like
3
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
635d262
chatbot
/
types
/
env.ts
matthoffner
Upload 242 files
15d9c3e
over 1 year ago
raw
Copy download link
history
blame
Safe
189 Bytes
export
interface
ProcessEnv
{
OPENAI_API_KEY
:
string
;
OPENAI_API_HOST
?:
string
;
OPENAI_API_TYPE
?:
'openai'
|
'azure'
;
OPENAI_API_VERSION
?:
string
;
OPENAI_ORGANIZATION
?:
string
;
}