Explorar o código

Change misleading documentation (history size) (#241)

ahnedeee %!s(int64=2) %!d(string=hai) anos
pai
achega
c393c214dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      embedchain/embedchain.py

+ 1 - 1
embedchain/embedchain.py

@@ -220,7 +220,7 @@ class EmbedChain:
         Gets relevant doc based on the query and then passes it to an
         LLM as context to get the answer.
 
-        Maintains last 5 conversations in memory.
+        Maintains the whole conversation in memory.
         :param input_query: The query to use.
         :param config: Optional. The `ChatConfig` instance to use as
         configuration options.