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
/
error.ts
gsaivinay
Duplicate from matthoffner/starchat-ui
a28cd69
over 1 year ago
raw
Copy download link
history
blame
Safe
100 Bytes
export
interface
ErrorMessage
{
code
:
String
|
null
;
title
:
String
;
messageLines
:
String
[];
}