aboutsummaryrefslogtreecommitdiff
path: root/gn3/llms/client.py
AgeCommit message (Expand)Author
2024-05-24Pylint fixes.Alexander_Kabui
2024-05-24Remove kwargs from LLMErrorr Exceptions and update relevant code.Alexander_Kabui
2024-05-24Check for null and empty data results and update timeout messageAlexander_Kabui
2024-05-24Initialize new class attribute self.query for to pass to LLMError.Alexander_Kabui
2024-05-24Remove try/block for get_answer/ask methods:Exception already raisedAlexander_Kabui
2024-05-24Update custom_request to raise LLMError for Exceptions.Alexander_Kabui
2024-05-17Refactor custom request codebase.Alexander_Kabui
2024-05-17Timeout code refactoring.Alexander_Kabui
2024-05-16Refactor code for http request adapters.Alexander_Kabui
2024-05-16Pylint Fixes.Alexander_Kabui
2024-05-16Init code refactoring for clients fahamu interfaceAlexander_Kabui
2024-05-16Code refactoringAlexander_Kabui
2024-03-15add error handling for invalid tokensAlexander_Kabui
2024-02-12pep8 formattingAlexander_Kabui
2024-01-17Adjust retry parameters and response handling in custom_requestAlexander_Kabui
2024-01-17Increase timeout to 30s to fix 'Read timed out issueAlexander_Kabui
2024-01-17max no of retries for user to fahamu apiAlexander_Kabui
2024-01-16add api endpoint for rating reference documents (#146)Alexander Kabui
2024-01-08fix query formatting and increase no retriesAlexander_Kabui
2024-01-08add json file for all referencesAlexander_Kabui
2024-01-08Update retry parameters for custom requests to Fahamu AI endpoint.Munyoki Kilyungi
2024-01-08disable process waitAlexander_Kabui
2024-01-05http request header fixesAlexander_Kabui
2024-01-05max delay timeAlexander_Kabui
2024-01-05increase number of retriesAlexander_Kabui
2024-01-03fix fetch token error from curent appAlexander_Kabui
2024-01-03fetch auth token from current appAlexander_Kabui
2023-12-29fix mypy issuesAlexander_Kabui
2023-12-22Feature/gn llms (#140)Alexander Kabui