From b8a3db526ce25932658131fcb96a3576f43672b1 Mon Sep 17 00:00:00 2001 From: hdsz25 Date: Sat, 28 Oct 2023 23:58:36 +0800 Subject: Update backend.py, index.html, requirements.txt (#1180) * Update backend.py change to the model that received from user interactive from the web interface model selection. * Update index.html added Llama2 as a provider selection and also include the model selection for Llama2: llama2-70b, llama2-13b, llama2-7b * Update requirements.txt add asgiref to enable async for Flask in api. "RuntimeError: Install Flask with the 'async' extra in order to use async views" --- g4f/gui/client/html/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'g4f/gui/client/html/index.html') diff --git a/g4f/gui/client/html/index.html b/g4f/gui/client/html/index.html index 9dea5fe6..66534a51 100644 --- a/g4f/gui/client/html/index.html +++ b/g4f/gui/client/html/index.html @@ -130,9 +130,9 @@ - - - + + + @@ -188,7 +188,7 @@ - + @@ -203,4 +203,4 @@ - \ No newline at end of file + -- cgit v1.2.3