From 717ddf4d1089f1a5bd8a7e7d4a2b7ad7a02d96a5 Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Tue, 8 Aug 2023 23:56:27 +0800 Subject: [PATCH] add history to chat apis --- {server/chat => chains}/llmchain_with_history.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {server/chat => chains}/llmchain_with_history.py (100%) diff --git a/server/chat/llmchain_with_history.py b/chains/llmchain_with_history.py similarity index 100% rename from server/chat/llmchain_with_history.py rename to chains/llmchain_with_history.py