langroid 0.32.0__tar.gz → 0.32.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. {langroid-0.32.0 → langroid-0.32.2}/PKG-INFO +2 -2
  2. {langroid-0.32.0 → langroid-0.32.2}/README.md +1 -1
  3. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/base.py +3 -1
  4. {langroid-0.32.0 → langroid-0.32.2}/langroid/language_models/openai_gpt.py +16 -1
  5. {langroid-0.32.0 → langroid-0.32.2}/pyproject.toml +1 -1
  6. langroid-0.32.0/langroid/agent/.chainlit/config.toml +0 -121
  7. langroid-0.32.0/langroid/agent/.chainlit/translations/bn.json +0 -231
  8. langroid-0.32.0/langroid/agent/.chainlit/translations/en-US.json +0 -229
  9. langroid-0.32.0/langroid/agent/.chainlit/translations/gu.json +0 -231
  10. langroid-0.32.0/langroid/agent/.chainlit/translations/he-IL.json +0 -231
  11. langroid-0.32.0/langroid/agent/.chainlit/translations/hi.json +0 -231
  12. langroid-0.32.0/langroid/agent/.chainlit/translations/kn.json +0 -231
  13. langroid-0.32.0/langroid/agent/.chainlit/translations/ml.json +0 -231
  14. langroid-0.32.0/langroid/agent/.chainlit/translations/mr.json +0 -231
  15. langroid-0.32.0/langroid/agent/.chainlit/translations/ta.json +0 -231
  16. langroid-0.32.0/langroid/agent/.chainlit/translations/te.json +0 -231
  17. langroid-0.32.0/langroid/agent/.chainlit/translations/zh-CN.json +0 -229
  18. langroid-0.32.0/langroid/agent/helpers.py +0 -0
  19. langroid-0.32.0/langroid/agent/junk +0 -13
  20. langroid-0.32.0/langroid/agent/structured_message.py +0 -9
  21. langroid-0.32.0/langroid/agent/typed_task.py +0 -19
  22. langroid-0.32.0/langroid/agent_config.py +0 -0
  23. langroid-0.32.0/langroid/embedding_models/clustering.py +0 -189
  24. langroid-0.32.0/langroid/experimental/team-save.py +0 -391
  25. langroid-0.32.0/langroid/language_models/.chainlit/config.toml +0 -121
  26. langroid-0.32.0/langroid/language_models/.chainlit/translations/en-US.json +0 -231
  27. langroid-0.32.0/langroid/parsing/code-parsing.md +0 -86
  28. langroid-0.32.0/langroid/parsing/config.py +0 -0
  29. langroid-0.32.0/langroid/parsing/image_text.py +0 -32
  30. langroid-0.32.0/langroid/parsing/url_loader_cookies.py +0 -73
  31. langroid-0.32.0/langroid/prompts/chat-gpt4-system-prompt.md +0 -68
  32. langroid-0.32.0/langroid/utils/.chainlit/config.toml +0 -121
  33. langroid-0.32.0/langroid/utils/.chainlit/translations/en-US.json +0 -231
  34. langroid-0.32.0/langroid/utils/docker.py +0 -37
  35. langroid-0.32.0/langroid/utils/llms/__init__.py +0 -0
  36. langroid-0.32.0/langroid/utils/llms/strings.py +0 -8
  37. langroid-0.32.0/langroid/utils/web/__init__.py +0 -0
  38. langroid-0.32.0/langroid/utils/web/login.py +0 -83
  39. langroid-0.32.0/langroid/vector_store/qdrant_cloud.py +0 -6
  40. {langroid-0.32.0 → langroid-0.32.2}/LICENSE +0 -0
  41. {langroid-0.32.0 → langroid-0.32.2}/langroid/__init__.py +0 -0
  42. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/__init__.py +0 -0
  43. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/batch.py +0 -0
  44. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/callbacks/__init__.py +0 -0
  45. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/callbacks/chainlit.py +0 -0
  46. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/chat_agent.py +0 -0
  47. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/chat_document.py +0 -0
  48. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/openai_assistant.py +0 -0
  49. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/__init__.py +0 -0
  50. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/arangodb/__init__.py +0 -0
  51. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/arangodb/arangodb_agent.py +0 -0
  52. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/arangodb/system_messages.py +0 -0
  53. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/arangodb/tools.py +0 -0
  54. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/arangodb/utils.py +0 -0
  55. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/doc_chat_agent.py +0 -0
  56. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/lance_doc_chat_agent.py +0 -0
  57. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/lance_rag/__init__.py +0 -0
  58. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/lance_rag/critic_agent.py +0 -0
  59. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/lance_rag/lance_rag_task.py +0 -0
  60. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/lance_rag/query_planner_agent.py +0 -0
  61. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/lance_tools.py +0 -0
  62. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/neo4j/__init__.py +0 -0
  63. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/neo4j/csv_kg_chat.py +0 -0
  64. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/neo4j/neo4j_chat_agent.py +0 -0
  65. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/neo4j/system_messages.py +0 -0
  66. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/neo4j/tools.py +0 -0
  67. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/relevance_extractor_agent.py +0 -0
  68. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/retriever_agent.py +0 -0
  69. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/sql/__init__.py +0 -0
  70. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/sql/sql_chat_agent.py +0 -0
  71. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/sql/utils/__init__.py +0 -0
  72. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/sql/utils/description_extractors.py +0 -0
  73. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/sql/utils/populate_metadata.py +0 -0
  74. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/sql/utils/system_message.py +0 -0
  75. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/sql/utils/tools.py +0 -0
  76. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/special/table_chat_agent.py +0 -0
  77. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/task.py +0 -0
  78. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/tool_message.py +0 -0
  79. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/tools/__init__.py +0 -0
  80. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/tools/duckduckgo_search_tool.py +0 -0
  81. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/tools/file_tools.py +0 -0
  82. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/tools/google_search_tool.py +0 -0
  83. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/tools/metaphor_search_tool.py +0 -0
  84. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/tools/orchestration.py +0 -0
  85. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/tools/recipient_tool.py +0 -0
  86. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/tools/retrieval_tool.py +0 -0
  87. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/tools/rewind_tool.py +0 -0
  88. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/tools/segment_extract_tool.py +0 -0
  89. {langroid-0.32.0 → langroid-0.32.2}/langroid/agent/xml_tool_message.py +0 -0
  90. {langroid-0.32.0 → langroid-0.32.2}/langroid/cachedb/__init__.py +0 -0
  91. {langroid-0.32.0 → langroid-0.32.2}/langroid/cachedb/base.py +0 -0
  92. {langroid-0.32.0 → langroid-0.32.2}/langroid/cachedb/momento_cachedb.py +0 -0
  93. {langroid-0.32.0 → langroid-0.32.2}/langroid/cachedb/redis_cachedb.py +0 -0
  94. {langroid-0.32.0 → langroid-0.32.2}/langroid/embedding_models/__init__.py +0 -0
  95. {langroid-0.32.0 → langroid-0.32.2}/langroid/embedding_models/base.py +0 -0
  96. {langroid-0.32.0 → langroid-0.32.2}/langroid/embedding_models/models.py +0 -0
  97. {langroid-0.32.0 → langroid-0.32.2}/langroid/embedding_models/protoc/__init__.py +0 -0
  98. {langroid-0.32.0 → langroid-0.32.2}/langroid/embedding_models/protoc/embeddings.proto +0 -0
  99. {langroid-0.32.0 → langroid-0.32.2}/langroid/embedding_models/protoc/embeddings_pb2.py +0 -0
  100. {langroid-0.32.0 → langroid-0.32.2}/langroid/embedding_models/protoc/embeddings_pb2.pyi +0 -0
  101. {langroid-0.32.0 → langroid-0.32.2}/langroid/embedding_models/protoc/embeddings_pb2_grpc.py +0 -0
  102. {langroid-0.32.0 → langroid-0.32.2}/langroid/embedding_models/remote_embeds.py +0 -0
  103. {langroid-0.32.0 → langroid-0.32.2}/langroid/exceptions.py +0 -0
  104. {langroid-0.32.0 → langroid-0.32.2}/langroid/language_models/__init__.py +0 -0
  105. {langroid-0.32.0 → langroid-0.32.2}/langroid/language_models/azure_openai.py +0 -0
  106. {langroid-0.32.0 → langroid-0.32.2}/langroid/language_models/base.py +0 -0
  107. {langroid-0.32.0 → langroid-0.32.2}/langroid/language_models/config.py +0 -0
  108. {langroid-0.32.0 → langroid-0.32.2}/langroid/language_models/mock_lm.py +0 -0
  109. {langroid-0.32.0 → langroid-0.32.2}/langroid/language_models/prompt_formatter/__init__.py +0 -0
  110. {langroid-0.32.0 → langroid-0.32.2}/langroid/language_models/prompt_formatter/base.py +0 -0
  111. {langroid-0.32.0 → langroid-0.32.2}/langroid/language_models/prompt_formatter/hf_formatter.py +0 -0
  112. {langroid-0.32.0 → langroid-0.32.2}/langroid/language_models/prompt_formatter/llama2_formatter.py +0 -0
  113. {langroid-0.32.0 → langroid-0.32.2}/langroid/language_models/utils.py +0 -0
  114. {langroid-0.32.0 → langroid-0.32.2}/langroid/mytypes.py +0 -0
  115. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/__init__.py +0 -0
  116. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/agent_chats.py +0 -0
  117. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/code_parser.py +0 -0
  118. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/document_parser.py +0 -0
  119. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/para_sentence_split.py +0 -0
  120. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/parse_json.py +0 -0
  121. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/parser.py +0 -0
  122. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/repo_loader.py +0 -0
  123. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/routing.py +0 -0
  124. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/search.py +0 -0
  125. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/spider.py +0 -0
  126. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/table_loader.py +0 -0
  127. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/url_loader.py +0 -0
  128. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/urls.py +0 -0
  129. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/utils.py +0 -0
  130. {langroid-0.32.0 → langroid-0.32.2}/langroid/parsing/web_search.py +0 -0
  131. {langroid-0.32.0 → langroid-0.32.2}/langroid/prompts/__init__.py +0 -0
  132. {langroid-0.32.0 → langroid-0.32.2}/langroid/prompts/dialog.py +0 -0
  133. {langroid-0.32.0 → langroid-0.32.2}/langroid/prompts/prompts_config.py +0 -0
  134. {langroid-0.32.0 → langroid-0.32.2}/langroid/prompts/templates.py +0 -0
  135. {langroid-0.32.0 → langroid-0.32.2}/langroid/py.typed +0 -0
  136. {langroid-0.32.0 → langroid-0.32.2}/langroid/pydantic_v1/__init__.py +0 -0
  137. {langroid-0.32.0 → langroid-0.32.2}/langroid/pydantic_v1/main.py +0 -0
  138. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/__init__.py +0 -0
  139. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/algorithms/__init__.py +0 -0
  140. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/algorithms/graph.py +0 -0
  141. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/configuration.py +0 -0
  142. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/constants.py +0 -0
  143. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/git_utils.py +0 -0
  144. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/globals.py +0 -0
  145. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/logging.py +0 -0
  146. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/object_registry.py +0 -0
  147. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/output/__init__.py +0 -0
  148. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/output/citations.py +0 -0
  149. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/output/printing.py +0 -0
  150. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/output/status.py +0 -0
  151. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/pandas_utils.py +0 -0
  152. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/pydantic_utils.py +0 -0
  153. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/system.py +0 -0
  154. {langroid-0.32.0 → langroid-0.32.2}/langroid/utils/types.py +0 -0
  155. {langroid-0.32.0 → langroid-0.32.2}/langroid/vector_store/__init__.py +0 -0
  156. {langroid-0.32.0 → langroid-0.32.2}/langroid/vector_store/base.py +0 -0
  157. {langroid-0.32.0 → langroid-0.32.2}/langroid/vector_store/chromadb.py +0 -0
  158. {langroid-0.32.0 → langroid-0.32.2}/langroid/vector_store/lancedb.py +0 -0
  159. {langroid-0.32.0 → langroid-0.32.2}/langroid/vector_store/meilisearch.py +0 -0
  160. {langroid-0.32.0 → langroid-0.32.2}/langroid/vector_store/momento.py +0 -0
  161. {langroid-0.32.0 → langroid-0.32.2}/langroid/vector_store/qdrantdb.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: langroid
3
- Version: 0.32.0
3
+ Version: 0.32.2
4
4
  Summary: Harness LLMs with Multi-Agent Programming
5
5
  License: MIT
6
6
  Author: Prasad Chalasani
@@ -161,7 +161,7 @@ This Multi-Agent paradigm is inspired by the
161
161
  into simplifying the developer experience;
162
162
  it does not use `Langchain`, or any other LLM framework.
163
163
 
164
- :fire: Read the (WIP) [overview of the langroid architecture](https://langroid.github.io/langroid/blog/2024/08/15/overview-of-langroids-multi-agent-architecture-prelim/)
164
+ :fire: Read the (WIP) [overview of the langroid architecture](https://langroid.github.io/langroid/blog/2024/08/15/overview-of-langroids-multi-agent-architecture-prelim/) and a [quick tour of Langroid](https://langroid.github.io/langroid/tutorials/langroid-tour/)
165
165
 
166
166
  📢 Companies are using/adapting Langroid in **production**. Here is a quote:
167
167
 
@@ -47,7 +47,7 @@ This Multi-Agent paradigm is inspired by the
47
47
  into simplifying the developer experience;
48
48
  it does not use `Langchain`, or any other LLM framework.
49
49
 
50
- :fire: Read the (WIP) [overview of the langroid architecture](https://langroid.github.io/langroid/blog/2024/08/15/overview-of-langroids-multi-agent-architecture-prelim/)
50
+ :fire: Read the (WIP) [overview of the langroid architecture](https://langroid.github.io/langroid/blog/2024/08/15/overview-of-langroids-multi-agent-architecture-prelim/) and a [quick tour of Langroid](https://langroid.github.io/langroid/tutorials/langroid-tour/)
51
51
 
52
52
  📢 Companies are using/adapting Langroid in **production**. Here is a quote:
53
53
 
@@ -1129,7 +1129,9 @@ class Agent(ABC):
1129
1129
  # or they were added by an agent_response.
1130
1130
  # note these could be from a forwarded msg from another agent,
1131
1131
  # so return ONLY the messages THIS agent to enabled to handle.
1132
- return msg.tool_messages
1132
+ if all_tools:
1133
+ return msg.tool_messages
1134
+ return [t for t in msg.tool_messages if self._tool_recipient_match(t)]
1133
1135
  assert isinstance(msg, ChatDocument)
1134
1136
  if (
1135
1137
  msg.content != ""
@@ -856,6 +856,21 @@ class OpenAIGPT(LanguageModel):
856
856
  tool_deltas += event_tool_deltas
857
857
  else:
858
858
  event_text = choices[0]["text"]
859
+
860
+ finish_reason = choices[0].get("finish_reason", "")
861
+ if not event_text and finish_reason == "content_filter":
862
+ filter_names = [
863
+ n
864
+ for n, r in choices[0].get("content_filter_results", {}).items()
865
+ if r.get("filtered")
866
+ ]
867
+ event_text = (
868
+ "Cannot respond due to content filters ["
869
+ + ", ".join(filter_names)
870
+ + "]"
871
+ )
872
+ logging.warning("LLM API returned content filter error: " + event_text)
873
+
859
874
  if event_text:
860
875
  completion += event_text
861
876
  sys.stdout.write(Colors().GREEN + event_text)
@@ -891,7 +906,7 @@ class OpenAIGPT(LanguageModel):
891
906
  self.config.streamer(tool_fn_args)
892
907
 
893
908
  # show this delta in the stream
894
- if choices[0].get("finish_reason", "") in [
909
+ if finish_reason in [
895
910
  "stop",
896
911
  "function_call",
897
912
  "tool_calls",
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "langroid"
3
- version = "0.32.0"
3
+ version = "0.32.2"
4
4
  description = "Harness LLMs with Multi-Agent Programming"
5
5
  authors = ["Prasad Chalasani <pchalasani@gmail.com>"]
6
6
  readme = "README.md"
@@ -1,121 +0,0 @@
1
- [project]
2
- # Whether to enable telemetry (default: true). No personal data is collected.
3
- enable_telemetry = true
4
-
5
-
6
- # List of environment variables to be provided by each user to use the app.
7
- user_env = []
8
-
9
- # Duration (in seconds) during which the session is saved when the connection is lost
10
- session_timeout = 3600
11
-
12
- # Enable third parties caching (e.g LangChain cache)
13
- cache = false
14
-
15
- # Authorized origins
16
- allow_origins = ["*"]
17
-
18
- # Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
19
- # follow_symlink = false
20
-
21
- [features]
22
- # 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)
23
- unsafe_allow_html = false
24
-
25
- # Process and display mathematical expressions. This can clash with "$" characters in messages.
26
- latex = false
27
-
28
- # Automatically tag threads with the current chat profile (if a chat profile is used)
29
- auto_tag_thread = true
30
-
31
- # Allow users to edit their own messages
32
- edit_message = true
33
-
34
- # Authorize users to spontaneously upload files with messages
35
- [features.spontaneous_file_upload]
36
- enabled = true
37
- accept = ["*/*"]
38
- max_files = 20
39
- max_size_mb = 500
40
-
41
- [features.audio]
42
- # Threshold for audio recording
43
- min_decibels = -45
44
- # Delay for the user to start speaking in MS
45
- initial_silence_timeout = 3000
46
- # Delay for the user to continue speaking in MS. If the user stops speaking for this duration, the recording will stop.
47
- silence_timeout = 1500
48
- # Above this duration (MS), the recording will forcefully stop.
49
- max_duration = 15000
50
- # Duration of the audio chunks in MS
51
- chunk_duration = 1000
52
- # Sample rate of the audio
53
- sample_rate = 44100
54
-
55
- [UI]
56
- # Name of the assistant.
57
- name = "Assistant"
58
-
59
- # Description of the assistant. This is used for HTML tags.
60
- # description = ""
61
-
62
- # Large size content are by default collapsed for a cleaner ui
63
- default_collapse_content = true
64
-
65
- # Chain of Thought (CoT) display mode. Can be "hidden", "tool_call" or "full".
66
- cot = "full"
67
-
68
- # Link to your github repo. This will add a github button in the UI's header.
69
- # github = ""
70
-
71
- # Specify a CSS file that can be used to customize the user interface.
72
- # The CSS file can be served from the public directory or via an external link.
73
- # custom_css = "/public/test.css"
74
-
75
- # Specify a Javascript file that can be used to customize the user interface.
76
- # The Javascript file can be served from the public directory.
77
- # custom_js = "/public/test.js"
78
-
79
- # Specify a custom font url.
80
- # custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
81
-
82
- # Specify a custom meta image url.
83
- # custom_meta_image_url = "https://chainlit-cloud.s3.eu-west-3.amazonaws.com/logo/chainlit_banner.png"
84
-
85
- # Specify a custom build directory for the frontend.
86
- # This can be used to customize the frontend code.
87
- # Be careful: If this is a relative path, it should not start with a slash.
88
- # custom_build = "./public/build"
89
-
90
- [UI.theme]
91
- default = "dark"
92
- #layout = "wide"
93
- #font_family = "Inter, sans-serif"
94
- # Override default MUI light theme. (Check theme.ts)
95
- [UI.theme.light]
96
- #background = "#FAFAFA"
97
- #paper = "#FFFFFF"
98
-
99
- [UI.theme.light.primary]
100
- #main = "#F80061"
101
- #dark = "#980039"
102
- #light = "#FFE7EB"
103
- [UI.theme.light.text]
104
- #primary = "#212121"
105
- #secondary = "#616161"
106
-
107
- # Override default MUI dark theme. (Check theme.ts)
108
- [UI.theme.dark]
109
- #background = "#FAFAFA"
110
- #paper = "#FFFFFF"
111
-
112
- [UI.theme.dark.primary]
113
- #main = "#F80061"
114
- #dark = "#980039"
115
- #light = "#FFE7EB"
116
- [UI.theme.dark.text]
117
- #primary = "#EEEEEE"
118
- #secondary = "#BDBDBD"
119
-
120
- [meta]
121
- generated_by = "1.3.2"
@@ -1,231 +0,0 @@
1
- {
2
- "components": {
3
- "atoms": {
4
- "buttons": {
5
- "userButton": {
6
- "menu": {
7
- "settings": "\u09b8\u09c7\u099f\u09bf\u0982\u09b8",
8
- "settingsKey": "S",
9
- "APIKeys": "\u098f\u09aa\u09bf\u0986\u0987 \u0995\u09c0",
10
- "logout": "\u09b2\u0997\u0986\u0989\u099f"
11
- }
12
- }
13
- }
14
- },
15
- "molecules": {
16
- "newChatButton": {
17
- "newChat": "\u09a8\u09a4\u09c1\u09a8 \u0986\u09a1\u09cd\u09a1\u09be"
18
- },
19
- "tasklist": {
20
- "TaskList": {
21
- "title": "\ud83d\uddd2\ufe0f \u0995\u09be\u09b0\u09cd\u09af \u09a4\u09be\u09b2\u09bf\u0995\u09be",
22
- "loading": "\u09b2\u09cb\u09a1\u0964\u0964\u0964",
23
- "error": "\u098f\u0995\u099f\u09bf \u09a4\u09cd\u09b0\u09c1\u099f\u09bf \u09b8\u0982\u0998\u099f\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09c7"
24
- }
25
- },
26
- "attachments": {
27
- "cancelUpload": "\u0986\u09aa\u09b2\u09cb\u09a1 \u09ac\u09be\u09a4\u09bf\u09b2 \u0995\u09b0\u09c1\u09a8",
28
- "removeAttachment": "\u09b8\u0982\u09af\u09c1\u0995\u09cd\u09a4\u09bf \u09b8\u09b0\u09be\u09a8"
29
- },
30
- "newChatDialog": {
31
- "createNewChat": "\u09a8\u09a4\u09c1\u09a8 \u099a\u09cd\u09af\u09be\u099f \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09ac\u09c7\u09a8?",
32
- "clearChat": "\u098f\u099f\u09bf \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8 \u09ac\u09be\u09b0\u09cd\u09a4\u09be\u0997\u09c1\u09b2\u09bf \u09b8\u09be\u09ab \u0995\u09b0\u09ac\u09c7 \u098f\u09ac\u0982 \u098f\u0995\u099f\u09bf \u09a8\u09a4\u09c1\u09a8 \u099a\u09cd\u09af\u09be\u099f \u09b6\u09c1\u09b0\u09c1 \u0995\u09b0\u09ac\u09c7\u0964",
33
- "cancel": "\u09ac\u09be\u09a4\u09bf\u09b2",
34
- "confirm": "\u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4"
35
- },
36
- "settingsModal": {
37
- "settings": "\u09b8\u09c7\u099f\u09bf\u0982\u09b8",
38
- "expandMessages": "\u09ac\u09be\u09b0\u09cd\u09a4\u09be\u0997\u09c1\u09b2\u09bf \u09aa\u09cd\u09b0\u09b8\u09be\u09b0\u09bf\u09a4 \u0995\u09b0\u09c1\u09a8",
39
- "hideChainOfThought": "\u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09b0 \u09b6\u09c3\u0999\u09cd\u0996\u09b2 \u09b2\u09c1\u0995\u09be\u09a8",
40
- "darkMode": "\u09a1\u09be\u09b0\u09cd\u0995 \u09ae\u09cb\u09a1"
41
- },
42
- "detailsButton": {
43
- "using": "\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0",
44
- "running": "\u099a\u09b2\u09ae\u09be\u09a8",
45
- "took_one": "{{count}} \u09aa\u09a6\u0995\u09cd\u09b7\u09c7\u09aa \u09a8\u09bf\u09af\u09bc\u09c7\u099b\u09c7",
46
- "took_other": "{{count}}\u099f\u09bf \u09aa\u09a6\u0995\u09cd\u09b7\u09c7\u09aa \u09a8\u09bf\u09af\u09bc\u09c7\u099b\u09c7"
47
- },
48
- "auth": {
49
- "authLogin": {
50
- "title": "\u0985\u09cd\u09af\u09be\u09aa\u099f\u09bf \u0985\u09cd\u09af\u09be\u0995\u09cd\u09b8\u09c7\u09b8 \u0995\u09b0\u09a4\u09c7 \u09b2\u0997\u0987\u09a8 \u0995\u09b0\u09c1\u09a8\u0964",
51
- "form": {
52
- "email": "\u0987-\u09ae\u09c7\u0987\u09b2 \u09a0\u09bf\u0995\u09be\u09a8\u09be",
53
- "password": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1",
54
- "noAccount": "\u0995\u09cb\u09a8\u0993 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a8\u09c7\u0987?",
55
- "alreadyHaveAccount": "\u0987\u09a4\u09bf\u09ae\u09a7\u09cd\u09af\u09c7 \u098f\u0995\u099f\u09bf \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u0986\u099b\u09c7?",
56
- "signup": "\u09b8\u09be\u0987\u09a8 \u0986\u09aa \u0995\u09b0\u09cb",
57
- "signin": "\u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09cb",
58
- "or": "\u09ac\u09be",
59
- "continue": "\u0985\u09ac\u09bf\u09b0\u09a4",
60
- "forgotPassword": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09ad\u09c1\u09b2\u09c7 \u0997\u09c7\u099b\u09c7\u09a8?",
61
- "passwordMustContain": "\u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1\u09c7 \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u09a5\u09be\u0995\u09a4\u09c7 \u09b9\u09ac\u09c7:",
62
- "emailRequired": "\u0987\u09ae\u09c7\u09b2 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8\u09c0\u09af\u09bc \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0",
63
- "passwordRequired": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u098f\u0995\u099f\u09bf \u0986\u09ac\u09b6\u09cd\u09af\u0995 \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0"
64
- },
65
- "error": {
66
- "default": "\u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09a4\u09c7 \u0985\u0995\u09cd\u09b7\u09ae\u0964",
67
- "signin": "\u098f\u0995\u099f\u09bf \u09ad\u09bf\u09a8\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964",
68
- "oauthsignin": "\u098f\u0995\u099f\u09bf \u09ad\u09bf\u09a8\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964",
69
- "redirect_uri_mismatch": "\u09aa\u09c1\u09a8\u0983\u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6\u09bf\u09a4 URI OAUTH \u0985\u09cd\u09af\u09be\u09aa \u0995\u09a8\u09ab\u09bf\u0997\u09be\u09b0\u09c7\u09b6\u09a8\u09c7\u09b0 \u09b8\u09be\u09a5\u09c7 \u09ae\u09bf\u09b2\u099b\u09c7 \u09a8\u09be\u0964",
70
- "oauthcallbackerror": "\u098f\u0995\u099f\u09bf \u09ad\u09bf\u09a8\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964",
71
- "oauthcreateaccount": "\u098f\u0995\u099f\u09bf \u09ad\u09bf\u09a8\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964",
72
- "emailcreateaccount": "\u098f\u0995\u099f\u09bf \u09ad\u09bf\u09a8\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964",
73
- "callback": "\u098f\u0995\u099f\u09bf \u09ad\u09bf\u09a8\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964",
74
- "oauthaccountnotlinked": "\u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u09b0\u09bf\u099a\u09af\u09bc \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09a4\u09c7, \u0986\u09aa\u09a8\u09bf \u09ae\u09c2\u09b2\u09a4 \u09af\u09c7 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f\u099f\u09bf \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7\u099b\u09c7\u09a8 \u09b8\u09c7\u0987 \u098f\u0995\u0987 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09c1\u09a8\u0964",
75
- "emailsignin": "\u0987-\u09ae\u09c7\u0987\u09b2\u099f\u09bf \u09aa\u09cd\u09b0\u09c7\u09b0\u09a3 \u0995\u09b0\u09be \u09af\u09be\u09af\u09bc\u09a8\u09bf\u0964",
76
- "emailverify": "\u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9 \u0995\u09b0\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u0987\u09ae\u09c7\u09b2\u099f\u09bf \u09af\u09be\u099a\u09be\u0987 \u0995\u09b0\u09c1\u09a8, \u098f\u0995\u099f\u09bf \u09a8\u09a4\u09c1\u09a8 \u0987\u09ae\u09c7\u09b2 \u09aa\u09cd\u09b0\u09c7\u09b0\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u0964",
77
- "credentialssignin": "\u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u09ac\u09cd\u09af\u09b0\u09cd\u09a5 \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u0964 \u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u09cd\u09b0\u09a6\u09a4\u09cd\u09a4 \u09ac\u09bf\u09ac\u09b0\u09a3\u0997\u09c1\u09b2\u09bf \u09b8\u09a0\u09bf\u0995 \u0995\u09bf\u09a8\u09be \u09a4\u09be \u09aa\u09b0\u09c0\u0995\u09cd\u09b7\u09be \u0995\u09b0\u09c1\u09a8\u0964",
78
- "sessionrequired": "\u098f\u0987 \u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u099f\u09bf \u0985\u09cd\u09af\u09be\u0995\u09cd\u09b8\u09c7\u09b8 \u0995\u09b0\u09a4\u09c7 \u09a6\u09af\u09bc\u09be \u0995\u09b0\u09c7 \u09b8\u09be\u0987\u09a8 \u0987\u09a8 \u0995\u09b0\u09c1\u09a8\u0964"
79
- }
80
- },
81
- "authVerifyEmail": {
82
- "almostThere": "\u0986\u09aa\u09a8\u09bf \u09aa\u09cd\u09b0\u09be\u09af\u09bc \u09b8\u09c7\u0996\u09be\u09a8\u09c7 \u09aa\u09cc\u0981\u099b\u09c7\u099b\u09c7\u09a8! \u0986\u09ae\u09b0\u09be \u098f\u0995\u099f\u09bf \u0987\u09ae\u09c7\u0987\u09b2 \u09aa\u09be\u09a0\u09bf\u09af\u09bc\u09c7\u099b\u09bf ",
83
- "verifyEmailLink": "\u0986\u09aa\u09a8\u09be\u09b0 \u09b8\u09be\u0987\u09a8\u0986\u09aa \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u0995\u09b0\u09a4\u09c7 \u09a6\u09af\u09bc\u09be \u0995\u09b0\u09c7 \u09b8\u09c7\u0987 \u0987\u09ae\u09c7\u09b2\u09c7\u09b0 \u09b2\u09bf\u0999\u09cd\u0995\u099f\u09bf\u09a4\u09c7 \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8\u0964",
84
- "didNotReceive": "\u0987\u09ae\u09c7\u0987\u09b2 \u0996\u09c1\u0981\u099c\u09c7 \u09aa\u09be\u099a\u09cd\u099b\u09c7\u09a8 \u09a8\u09be?",
85
- "resendEmail": "\u0987\u09ae\u09c7\u0987\u09b2 \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09aa\u09be\u09a0\u09be\u09a8",
86
- "goBack": "\u09ab\u09bf\u09b0\u09c7 \u09af\u09be\u0993",
87
- "emailSent": "\u0987\u09ae\u09c7\u09b2 \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u0964",
88
- "verifyEmail": "\u0986\u09aa\u09a8\u09be\u09b0 \u0987\u09ae\u09c7\u09b2 \u09a0\u09bf\u0995\u09be\u09a8\u09be \u09af\u09be\u099a\u09be\u0987 \u0995\u09b0\u09c1\u09a8"
89
- },
90
- "providerButton": {
91
- "continue": "{{provider}} \u09a6\u09bf\u09af\u09bc\u09c7 \u099a\u09be\u09b2\u09bf\u09af\u09bc\u09c7 \u09af\u09be\u09a8",
92
- "signup": "{{provider}} \u09a6\u09bf\u09af\u09bc\u09c7 \u09b8\u09be\u0987\u09a8 \u0986\u09aa \u0995\u09b0\u09c1\u09a8"
93
- },
94
- "authResetPassword": {
95
- "newPasswordRequired": "\u09a8\u09a4\u09c1\u09a8 \u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u098f\u0995\u099f\u09bf \u0986\u09ac\u09b6\u09cd\u09af\u0995 \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0",
96
- "passwordsMustMatch": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u09ae\u09bf\u09b2\u09a4\u09c7 \u09b9\u09ac\u09c7",
97
- "confirmPasswordRequired": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09be \u098f\u0995\u099f\u09bf \u0986\u09ac\u09b6\u09cd\u09af\u0995 \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0",
98
- "newPassword": "\u09a8\u09a4\u09c1\u09a8 \u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1",
99
- "confirmPassword": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09c1\u09a8",
100
- "resetPassword": "\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09b0\u09bf\u09b8\u09c7\u099f \u0995\u09b0\u09c1\u09a8"
101
- },
102
- "authForgotPassword": {
103
- "email": "\u0987-\u09ae\u09c7\u0987\u09b2 \u09a0\u09bf\u0995\u09be\u09a8\u09be",
104
- "emailRequired": "\u0987\u09ae\u09c7\u09b2 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8\u09c0\u09af\u09bc \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0",
105
- "emailSent": "\u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1\u099f\u09bf \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09b8\u09c7\u099f \u0995\u09b0\u09be\u09b0 \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6\u09be\u09ac\u09b2\u09c0\u09b0 \u099c\u09a8\u09cd\u09af \u09a6\u09af\u09bc\u09be \u0995\u09b0\u09c7 \u0987\u09ae\u09c7\u09b2 \u09a0\u09bf\u0995\u09be\u09a8\u09be {{email}} \u09aa\u09b0\u09c0\u0995\u09cd\u09b7\u09be \u0995\u09b0\u09c1\u09a8\u0964",
106
- "enterEmail": "\u0986\u09aa\u09a8\u09be\u09b0 \u0987\u09ae\u09c7\u09b2 \u09a0\u09bf\u0995\u09be\u09a8\u09be \u09b2\u09bf\u0996\u09c1\u09a8 \u098f\u09ac\u0982 \u0986\u09ae\u09b0\u09be \u0986\u09aa\u09a8\u09be\u0995\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09b8\u09c7\u099f \u0995\u09b0\u09a4\u09c7 \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6\u09be\u09ac\u09b2\u09c0 \u09aa\u09be\u09a0\u09be\u09ac\u0964",
107
- "resendEmail": "\u0987\u09ae\u09c7\u0987\u09b2 \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09aa\u09be\u09a0\u09be\u09a8",
108
- "continue": "\u0985\u09ac\u09bf\u09b0\u09a4",
109
- "goBack": "\u09ab\u09bf\u09b0\u09c7 \u09af\u09be\u0993"
110
- }
111
- }
112
- },
113
- "organisms": {
114
- "chat": {
115
- "history": {
116
- "index": {
117
- "showHistory": "\u0987\u09a4\u09bf\u09b9\u09be\u09b8 \u09a6\u09c7\u0996\u09be\u09a8",
118
- "lastInputs": "\u09b8\u09b0\u09cd\u09ac\u09b6\u09c7\u09b7 \u0987\u09a8\u09aa\u09c1\u099f",
119
- "noInputs": "\u098f\u09a4 \u09ab\u09be\u0981\u0995\u09be...",
120
- "loading": "\u09b2\u09cb\u09a1\u0964\u0964\u0964"
121
- }
122
- },
123
- "inputBox": {
124
- "input": {
125
- "placeholder": "\u098f\u0996\u09be\u09a8\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u09ac\u09be\u09b0\u09cd\u09a4\u09be \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8..."
126
- },
127
- "speechButton": {
128
- "start": "\u09b0\u09c7\u0995\u09b0\u09cd\u09a1\u09bf\u0982 \u09b6\u09c1\u09b0\u09c1 \u0995\u09b0\u09c1\u09a8",
129
- "stop": "\u09b0\u09c7\u0995\u09b0\u09cd\u09a1\u09bf\u0982 \u09ac\u09a8\u09cd\u09a7 \u0995\u09b0\u09c1\u09a8"
130
- },
131
- "SubmitButton": {
132
- "sendMessage": "\u09ac\u09be\u09b0\u09cd\u09a4\u09be \u09aa\u09cd\u09b0\u09c7\u09b0\u09a3 \u0995\u09b0\u09c1\u09a8",
133
- "stopTask": "\u09b8\u09cd\u099f\u09aa \u099f\u09be\u09b8\u09cd\u0995"
134
- },
135
- "UploadButton": {
136
- "attachFiles": "\u09ab\u09be\u0987\u09b2 \u09b8\u0982\u09af\u09c1\u0995\u09cd\u09a4 \u0995\u09b0\u09c1\u09a8"
137
- },
138
- "waterMark": {
139
- "text": "\u09b8\u0999\u09cd\u0997\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ae\u09bf\u09a4"
140
- }
141
- },
142
- "Messages": {
143
- "index": {
144
- "running": "\u099a\u09b2\u09ae\u09be\u09a8",
145
- "executedSuccessfully": "\u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09b8\u09ae\u09cd\u09aa\u09be\u09a6\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09c7",
146
- "failed": "\u09ac\u09cd\u09af\u09b0\u09cd\u09a5",
147
- "feedbackUpdated": "\u09ab\u09bf\u09a1\u09ac\u09cd\u09af\u09be\u0995 \u0986\u09aa\u09a1\u09c7\u099f \u09b9\u09af\u09bc\u09c7\u099b\u09c7",
148
- "updating": "\u0986\u09a7\u09c1\u09a8\u09bf\u0995\u09c0\u0995\u09b0\u09a3"
149
- }
150
- },
151
- "dropScreen": {
152
- "dropYourFilesHere": "\u0986\u09aa\u09a8\u09be\u09b0 \u09ab\u09be\u0987\u09b2\u0997\u09c1\u09b2\u09bf \u098f\u0996\u09be\u09a8\u09c7 \u09ab\u09c7\u09b2\u09c7 \u09a6\u09bf\u09a8"
153
- },
154
- "index": {
155
- "failedToUpload": "\u0986\u09aa\u09b2\u09cb\u09a1 \u0995\u09b0\u09a4\u09c7 \u09ac\u09cd\u09af\u09b0\u09cd\u09a5 \u09b9\u09af\u09bc\u09c7\u099b\u09c7",
156
- "cancelledUploadOf": "\u098f\u09b0 \u0986\u09aa\u09b2\u09cb\u09a1 \u09ac\u09be\u09a4\u09bf\u09b2",
157
- "couldNotReachServer": "\u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0\u09c7 \u09aa\u09cc\u0981\u099b\u09be\u09a8\u09cb \u09af\u09be\u09af\u09bc\u09a8\u09bf",
158
- "continuingChat": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u099a\u09cd\u09af\u09be\u099f \u0985\u09ac\u09bf\u09b0\u09a4 \u09b0\u09be\u0996\u09be"
159
- },
160
- "settings": {
161
- "settingsPanel": "\u09b8\u09c7\u099f\u09bf\u0982\u09b8 \u09aa\u09cd\u09af\u09be\u09a8\u09c7\u09b2",
162
- "reset": "\u09b0\u09bf\u09b8\u09c7\u099f",
163
- "cancel": "\u09ac\u09be\u09a4\u09bf\u09b2",
164
- "confirm": "\u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4"
165
- }
166
- },
167
- "threadHistory": {
168
- "sidebar": {
169
- "filters": {
170
- "FeedbackSelect": {
171
- "feedbackAll": "\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u09cd\u09b0\u09bf\u09af\u09bc\u09be: \u09b8\u09ac",
172
- "feedbackPositive": "\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u09cd\u09b0\u09bf\u09af\u09bc\u09be: \u0987\u09a4\u09bf\u09ac\u09be\u099a\u0995",
173
- "feedbackNegative": "\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u09cd\u09b0\u09bf\u09af\u09bc\u09be: \u09a8\u09c7\u09a4\u09bf\u09ac\u09be\u099a\u0995"
174
- },
175
- "SearchBar": {
176
- "search": "\u09b8\u09a8\u09cd\u09a7\u09be\u09a8"
177
- }
178
- },
179
- "DeleteThreadButton": {
180
- "confirmMessage": "\u098f\u099f\u09bf \u09a5\u09cd\u09b0\u09c7\u09a1\u09c7\u09b0 \u09aa\u09be\u09b6\u09be\u09aa\u09be\u09b6\u09bf \u098f\u09b0 \u09ac\u09be\u09b0\u09cd\u09a4\u09be \u098f\u09ac\u0982 \u0989\u09aa\u09be\u09a6\u09be\u09a8\u0997\u09c1\u09b2\u09bf\u0993 \u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09ac\u09c7\u0964",
181
- "cancel": "\u09ac\u09be\u09a4\u09bf\u09b2",
182
- "confirm": "\u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4",
183
- "deletingChat": "\u099a\u09cd\u09af\u09be\u099f \u09ae\u09cb\u099b\u09be \u09b9\u099a\u09cd\u099b\u09c7",
184
- "chatDeleted": "\u099a\u09cd\u09af\u09be\u099f \u09ae\u09cb\u099b\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7"
185
- },
186
- "index": {
187
- "pastChats": "\u0985\u09a4\u09c0\u09a4 \u099a\u09cd\u09af\u09be\u099f"
188
- },
189
- "ThreadList": {
190
- "empty": "\u0996\u09be\u09b2\u09bf\u0964\u0964\u0964",
191
- "today": "\u0986\u099c",
192
- "yesterday": "\u0997\u09a4\u0995\u09be\u09b2",
193
- "previous7days": "Previous 7 \u09a6\u09bf\u09a8",
194
- "previous30days": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 30 \u09a6\u09bf\u09a8"
195
- },
196
- "TriggerButton": {
197
- "closeSidebar": "\u09b8\u09be\u0987\u09a1\u09ac\u09be\u09b0 \u09ac\u09a8\u09cd\u09a7 \u0995\u09b0\u09c1\u09a8",
198
- "openSidebar": "\u09b8\u09be\u0987\u09a1\u09ac\u09be\u09b0 \u0996\u09c1\u09b2\u09c1\u09a8"
199
- }
200
- },
201
- "Thread": {
202
- "backToChat": "\u099a\u09cd\u09af\u09be\u099f\u09c7 \u09ab\u09bf\u09b0\u09c7 \u09af\u09be\u09a8",
203
- "chatCreatedOn": "\u098f\u0987 \u099a\u09cd\u09af\u09be\u099f\u099f\u09bf \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2"
204
- }
205
- },
206
- "header": {
207
- "chat": "\u0986\u09b2\u09be\u09aa",
208
- "readme": "\u09b0\u09bf\u09a1\u09ae\u09bf"
209
- }
210
- }
211
- },
212
- "hooks": {
213
- "useLLMProviders": {
214
- "failedToFetchProviders": "\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0\u09a6\u09c7\u09b0 \u0986\u09a8\u09a4\u09c7 \u09ac\u09cd\u09af\u09b0\u09cd\u09a5:"
215
- }
216
- },
217
- "pages": {
218
- "Design": {},
219
- "Env": {
220
- "savedSuccessfully": "\u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7",
221
- "requiredApiKeys": "\u0986\u09ac\u09b6\u09cd\u09af\u0995 API \u0995\u09c0",
222
- "requiredApiKeysInfo": "\u098f\u0987 \u0985\u09cd\u09af\u09be\u09aa\u099f\u09bf \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09a4\u09c7, \u09a8\u09bf\u09ae\u09cd\u09a8\u09b2\u09bf\u0996\u09bf\u09a4 API \u0995\u09c0\u0997\u09c1\u09b2\u09bf\u09b0 \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8\u0964 \u0995\u09c0\u0997\u09c1\u09b2\u09bf \u0986\u09aa\u09a8\u09be\u09b0 \u09a1\u09bf\u09ad\u09be\u0987\u09b8\u09c7\u09b0 \u09b8\u09cd\u09a5\u09be\u09a8\u09c0\u09af\u09bc \u09b8\u09cd\u099f\u09cb\u09b0\u09c7\u099c\u09c7 \u09b8\u099e\u09cd\u099a\u09bf\u09a4 \u09b0\u09af\u09bc\u09c7\u099b\u09c7\u0964"
223
- },
224
- "Page": {
225
- "notPartOfProject": "\u0986\u09aa\u09a8\u09bf \u098f\u0987 \u09aa\u09cd\u09b0\u0995\u09b2\u09cd\u09aa\u09c7\u09b0 \u0985\u0982\u09b6 \u09a8\u09a8\u0964"
226
- },
227
- "ResumeButton": {
228
- "resumeChat": "\u099a\u09cd\u09af\u09be\u099f \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09b6\u09c1\u09b0\u09c1 \u0995\u09b0\u09c1\u09a8"
229
- }
230
- }
231
- }