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
/
folder.ts
gsaivinay
Duplicate from matthoffner/starchat-ui
a28cd69
over 1 year ago
raw
Copy download link
history
blame
Safe
132 Bytes
export
interface
FolderInterface
{
id
:
string
;
name
:
string
;
type
:
FolderType
;
}
export
type
FolderType
=
'chat'
|
'prompt'
;