From 595dafd71ad42424f52e265cd8e91f5fe568dfed Mon Sep 17 00:00:00 2001 From: hlohaus <983577+hlohaus@users.noreply.github.com> Date: Sun, 26 Jan 2025 17:44:04 +0100 Subject: Fix some issues in the demo --- g4f/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g4f/models.py') diff --git a/g4f/models.py b/g4f/models.py index 97cc6c62..e8318916 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -781,7 +781,7 @@ demo_models = { command_r_plus.name: [command_r_plus, [HuggingSpace]], command_r7b.name: [command_r7b, [HuggingSpace]], gemma_2_27b.name: [gemma_2_27b, [HuggingFaceAPI]], - qwen_2_72b.name: [qwen_2_72b, [HuggingFaceAPI]], + qwen_2_72b.name: [qwen_2_72b, [HuggingSpace]], qwen_2_5_coder_32b.name: [qwen_2_5_coder_32b, [HuggingFace]], qwq_32b.name: [qwq_32b, [HuggingFace]], llama_3_3_70b.name: [llama_3_3_70b, [HuggingFace]], -- cgit v1.2.3