diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-05-19 05:09:55 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-05-19 05:09:55 +0200 |
commit | 19944818724c98d2f06a10f619acf622ba0876ad (patch) | |
tree | d2c8889a24524895c026b6b8d2a428eacf37757e /g4f/Provider/Llama.py | |
parent | Add dark mode config, slide system prompt (diff) | |
download | gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.tar gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.tar.gz gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.tar.bz2 gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.tar.lz gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.tar.xz gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.tar.zst gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/Llama.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Llama.py b/g4f/Provider/Llama.py index f2c78b36..235c0994 100644 --- a/g4f/Provider/Llama.py +++ b/g4f/Provider/Llama.py @@ -9,7 +9,7 @@ from .base_provider import AsyncGeneratorProvider, ProviderModelMixin class Llama(AsyncGeneratorProvider, ProviderModelMixin): url = "https://www.llama2.ai" - working = True + working = False supports_message_history = True default_model = "meta/meta-llama-3-70b-instruct" models = [ |