Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mxmxk
/
ollama
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ollama
File size: 63 Bytes
bbef364
1
2
3
4
5
export
interface
KeyValuePair
{
key
:
string
;
value
:
any
; }