aboutsummaryrefslogtreecommitdiff
path: root/gn3/llms/errors.py
AgeCommit message (Collapse)Author
2024-05-24Pylint fixes.Alexander_Kabui
2024-05-24Remove kwargs from LLMErrorr Exceptions and update relevant code.Alexander_Kabui
2024-05-24Remove redundant llm base class exception.Alexander_Kabui
2024-05-22Register LLM error in app.Alexander_Kabui
* do refactoring for gn3:llm:errors
2024-05-16Pep8 Cleanup for llms/errors fileAlexander_Kabui
2024-03-15add error handling for invalid tokensAlexander_Kabui
2023-12-22Feature/gn llms (#140)Alexander Kabui
* 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