Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
matthoffner/starchat-ui
gsaivinay
/
Llama-2-13B-GGML-UI
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
57ab4d2
Llama-2-13B-GGML-UI
/
types
/
env.ts
gsaivinay
Duplicate from matthoffner/starchat-ui
a28cd69
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
;
}