From fb49b824bf7a90ecadf021c01c65880e78e74298 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Fri, 22 Dec 2023 23:50:25 +0300 Subject: Feature/gn llms (#140) * add entry route for gn_llms * add gn_llms reference doc ids * init authorization module for gn-llm * Add class for parsing unprocessable response * add init config file * add clienmodule:gn-llm fahamu interface * Add module descriptor for client file * reponse data handler * add response file handler * add processing file * remove unnecessary files * init code refactoring * Restructure code to module * refactor code:disble pylint for testing on cd--- gn3/llms/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 gn3/llms/__init__.py (limited to 'gn3/llms/__init__.py') diff --git a/gn3/llms/__init__.py b/gn3/llms/__init__.py new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3