Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 99 additions & 0 deletions .chainlit/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
[project]
# Whether to enable telemetry (default: true). No personal data is collected.
enable_telemetry = true

# List of environment variables to be provided by each user to use the app.
user_env = []

# Duration (in seconds) during which the session is saved when the connection is lost
session_timeout = 3600

# Enable third parties caching (e.g LangChain cache)
cache = false

# Authorized origins
allow_origins = ["*"]

# Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
# follow_symlink = false

[features]
# Show the prompt playground
prompt_playground = true

# Process and display HTML in messages. This can be a security risk (see https://stackoverflow.com/questions/19603097/why-is-it-dangerous-to-render-user-generated-html-or-javascript)
unsafe_allow_html = false

# Process and display mathematical expressions. This can clash with "$" characters in messages.
latex = true

# Automatically tag threads when a user takes an action (useful for analytics)
auto_tag_thread = true

# Literal AI connection to easily debugging and improving your AI system
[features.literalai]
# The server URL used to connect to Literal AI.
api_url = "https://cloud.getliteral.ai"
# The public key of your LiteralAI project.
# public_key = ""

[UI]
# Name of the app and chatbot.
name = "OpenManus Assistant"

# Show the readme while the thread is empty.
show_readme_as_default = false

# Description of the app and chatbot. This is used for HTML tags.
description = "Multi-Agent AI Automation Framework"

# Large size content are by default collapsed for a cleaner ui
default_collapse_content = true

# The default value for the expand messages settings.
default_expand_messages = true

# Hide the chain of thought details from the user in the UI.
hide_cot = false

# Link to your github repo. This will add a github button in the UI's header.
github = "https://github.com/Copyxyzai/OpenManus"

# Specify a CSS file that can be used to customize the user interface.
# The CSS file can be served from the public directory or via an external link.
# custom_css = "/public/test.css"

# Specify a Javascript file that can be used to customize the user interface.
# The Javascript file can be served from the public directory.
# custom_js = "/public/test.js"

# Specify a custom font url.
# custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"

# Specify a custom build directory for the UI.
# This is useful when you want to customize the UI using React.
# default_build_dir = "./chainlit/frontend/dist"

# Override default MUI light theme. (Check theme.ts)
[UI.theme]
# primary_color = "#F80061"
# background_color = "#FAFAFA"
# text_color = "#212121"
# paper_color = "#FFFFFF"
# [UI.theme.header]
# unsafe_allow_html = false
# height = "60px"

# Override default MUI dark theme. (Check theme.ts)
[UI.theme.dark]
# primary_color = "#FFFF80"
# background_color = "#1E1E1E"
# text_color = "#EEEEEE"
# paper_color = "#262626"

# [UI.theme.dark.header]
# unsafe_allow_html = false
# height = "60px"

[meta]
generated_by = "2.8.1"
214 changes: 214 additions & 0 deletions .chainlit/translations/bn.json

Large diffs are not rendered by default.

245 changes: 245 additions & 0 deletions .chainlit/translations/de-DE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,245 @@
{
"common": {
"actions": {
"cancel": "Abbrechen",
"confirm": "Best\u00e4tigen",
"continue": "Fortfahren",
"goBack": "Zur\u00fcck",
"reset": "Zur\u00fccksetzen",
"submit": "Absenden"
},
"status": {
"loading": "L\u00e4dt...",
"error": {
"default": "Ein Fehler ist aufgetreten",
"serverConnection": "Server konnte nicht erreicht werden"
}
}
},
"auth": {
"login": {
"title": "Melde dich an, um auf die App zuzugreifen",
"form": {
"email": {
"label": "E-Mail Adresse",
"required": "E-Mail Adresse ist ein Pflichtfeld",
"placeholder": "me@example.com"
},
"password": {
"label": "Passwort",
"required": "Passwort ist ein Pflichtfeld"
},
"actions": {
"signin": "Anmelden"
},
"alternativeText": {
"or": "ODER"
}
},
"errors": {
"default": "Anmeldung fehlgeschlagen",
"signin": "Versuche dich mit einem anderen Konto anzumelden",
"oauthSignin": "Versuche dich mit einem anderen Konto anzumelden",
"redirectUriMismatch": "Der Redirect-URI stimmt nicht mit der Konfiguration der Oauth-Anwendung \u00fcberein",
"oauthCallback": "Versuche dich mit einem anderen Konto anzumelden",
"oauthCreateAccount": "Versuche dich mit einem anderen Konto anzumelden",
"emailCreateAccount": "Versuche dich mit einem anderen Konto anzumelden",
"callback": "Versuche dich mit einem anderen Konto anzumelden",
"oauthAccountNotLinked": "Um die Identit\u00e4t zu best\u00e4tigen, melde dich mit demselben Konto an, das du urspr\u00fcnglich verwendet hast",
"emailSignin": "Die E-Mail konnte nicht gesendet werden",
"emailVerify": "Es wurde eine neue E-Mail versandt. Bitte \u00fcberpr\u00fcfe dein E-Mail Postfach",
"credentialsSignin": "Anmeldung fehlgeschlagen. \u00dcberpr\u00fcfe, ob die angegebenen Benutzerdaten korrekt sind",
"sessionRequired": "Bitte melde dich an, um auf diese Seite zuzugreifen"
}
},
"provider": {
"continue": "Fortfahren mit {{provider}}"
}
},
"chat": {
"input": {
"placeholder": "Nachricht eingeben...",
"actions": {
"send": "Nachricht senden",
"stop": "Aufgabe stoppen",
"attachFiles": "Dateien anh\u00e4ngen"
}
},
"commands": {
"button": "Tools",
"changeTool": "Tool wechseln",
"availableTools": "Verf\u00fcgbare Tools"
},
"speech": {
"start": "Aufnahme starten",
"stop": "Aufnahme stoppen",
"connecting": "Verbinde"
},
"fileUpload": {
"dragDrop": "Ziehe deine Dateien hierher",
"browse": "Dateien durchsuchen",
"sizeLimit": "Limit:",
"errors": {
"failed": "Hochladen fehlgeschlagen",
"cancelled": "Abbruch des hochladens von"
},
"actions": {
"cancelUpload": "Upload abbrechen",
"removeAttachment": "Anhang entfernen"
}
},
"messages": {
"status": {
"using": "Verwendet",
"used": "Verwendete"
},
"actions": {
"copy": {
"button": "In Zwischenablage kopieren",
"success": "Kopiert!"
}
},
"feedback": {
"positive": "Hilfreich",
"negative": "Nicht hilfreich",
"edit": "Feedback editieren",
"dialog": {
"title": "F\u00fcge einen Kommentar hinzu",
"submit": "Feedback absenden",
"yourFeedback": "Dein Feedback..."
},
"status": {
"updating": "Aktualisiert",
"updated": "Feedback aktualisiert"
}
}
},
"history": {
"title": "Vergangene Eingaben",
"empty": "Leer...",
"show": "Historie anzeigen"
},
"settings": {
"title": "Einstellungen",
"customize": "Passe die Chat Einstellungen hier an"
},
"watermark": "LLMs k\u00f6nnen Fehler machen. \u00dcberpr\u00fcfe bitte stets die Inhalte."
},
"threadHistory": {
"sidebar": {
"title": "Vergangene Chats",
"filters": {
"search": "Suche",
"placeholder": "Suche konversationen..."
},
"timeframes": {
"today": "Heute",
"yesterday": "Gestern",
"previous7days": "Vor 7 Tagen",
"previous30days": "Vor 30 Tagen"
},
"empty": "Kein Chat gefunden",
"actions": {
"close": "Seitenleiste schlie\u00dfen",
"open": "Seitenleiste \u00f6ffnen"
}
},
"thread": {
"untitled": "Unbenannter Thread",
"menu": {
"rename": "Umbenennen",
"share": "Teilen",
"delete": "L\u00f6schen"
},
"actions": {
"share": {
"title": "Thread l\u00f6schen best\u00e4tigen",
"button": "Teilen",
"status": {
"copied": "Link kopiert",
"created": "Freigabelink erstellt!",
"unshared": "Teilen ist f\u00fcr diesen Thread deaktiviert"
},
"error": {
"create": "Fehler beim Erstellen des Freigabelinks",
"unshare": "Freigabe des Threads konnte nicht aufgehoben werden"
}
},
"delete": {
"title": "L\u00f6schen best\u00e4tigen",
"description": "Dies wird den Thread sowie seine Nachrichten und Elemente l\u00f6schen. Dies kann nicht r\u00fcckg\u00e4ngig gemacht werden",
"success": "Chat gel\u00f6scht",
"inProgress": "Chat wird gel\u00f6scht"
},
"rename": {
"title": "Thread umbenennen",
"description": "Gebe einen neuen Namen f\u00fcr den Thread ein",
"form": {
"name": {
"label": "Name",
"placeholder": "Neuen Namen eingeben"
}
},
"success": "Thread umbenannt!",
"inProgress": "Thread wird umbenannt"
}
}
}
},
"navigation": {
"header": {
"chat": "Chat",
"readme": "Anleitung",
"theme": {
"light": "Helles Design",
"dark": "Dunkles Design",
"system": "System Design"
}
},
"newChat": {
"button": "Neuer Chat",
"dialog": {
"title": "M\u00f6chtest du einen neuen Chat erstellen?",
"description": "Es werden die aktuellen Nachrichten gel\u00f6scht und ein neuer Chat ge\u00f6ffnet.",
"tooltip": "Neuer Chat"
}
},
"user": {
"menu": {
"settings": "Einstellungen",
"settingsKey": "S",
"apiKeys": "API Schl\u00fcssel",
"logout": "Abmelden"
}
}
},
"apiKeys": {
"title": "Ben\u00f6tigte API Schl\u00fcssel",
"description": "Um diese App zu nutzen, werden die folgenden API Schl\u00fcssel ben\u00f6tigt. Die Schl\u00fcssel werden im lokalen Speicher Ihres Ger\u00e4ts gespeichert.",
"success": {
"saved": "Erfolgreich gespeichert"
}
},
"alerts": {
"info": "Info",
"note": "Hinweis",
"tip": "Tipp",
"important": "Wichtig",
"warning": "Warnung",
"caution": "Vorsicht",
"debug": "Debug",
"example": "Beispiel",
"success": "Erfolg",
"help": "Hilfe",
"idea": "Idee",
"pending": "Ausstehend",
"security": "Sicherheit",
"beta": "Beta",
"best-practice": "Bew\u00e4hrte Praxis"
},
"components": {
"MultiSelectInput": {
"placeholder": "W\u00e4hle aus..."
}
}
}
Loading