summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Llama2.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/Llama2.py')
-rw-r--r--g4f/Provider/Llama2.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/g4f/Provider/Llama2.py b/g4f/Provider/Llama2.py
index 1b332f86..efe5bdc6 100644
--- a/g4f/Provider/Llama2.py
+++ b/g4f/Provider/Llama2.py
@@ -13,8 +13,9 @@ models = {
}
class Llama2(AsyncGeneratorProvider):
- url = "https://www.llama2.ai"
- working = True
+ url = "https://www.llama2.ai"
+ working = True
+ supports_message_history = True
@classmethod
async def create_async_generator(