Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
randydev
/
Meta-AI
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ce55826
Meta-AI
/
chatbot
/
plugins
/
languages.py
randydev
Update chatbot/plugins/languages.py
ce55826
verified
5 months ago
raw
Copy download link
history
blame
Safe
143 Bytes
LANGUAGES = {
"en"
:
"English"
,
"id"
:
"Indonesian"
,
"es"
:
"Spanish"
,
"fr"
:
"French"
,
"de"
:
"German"
,
"jp"
:
"Japanese"
,
}