Commit graph

21 commits

Author SHA1 Message Date
blackms
7d7110253a Fix method invocation in LoggerChatModel
This commit resolves an issue where the LoggerChatModel class was incorrectly
    attempting to call instances of AIModel directly as if they were callable objects.

    Changes include:
    - Modified __call__ method to explicitly use the invoke method when calling AI models.
    - Updated constructor documentation to clarify the type of object expected.
    - Added additional debug logging for better traceability of method entry and exit points.

    These changes ensure that the LoggerChatModel class aligns with the intended design
    patterns and correctly utilizes the AIModel instances, improving the maintainability
    and robustness of the codebase.
2024-09-09 17:52:07 +02:00
Federico
ffca48f6c3
Merge pull request #274 from feder-cr/main
v3
2024-09-04 13:22:24 +02:00
Akshay Vinod
c69fb6536b
Added Encoding for Unicode 2024-09-03 20:14:40 +02:00
user
ca4f56833a Added support for ollama endpoint and defining the LLM model in the config 2024-08-31 22:58:40 +02:00
user
d964f599be Added support for Ollama running locally or publicly hosted api 2024-08-31 20:19:33 +02:00
feder-cr
06b176aa37 refactro 2024-08-23 20:02:45 +01:00
feder-cr
3c09856232 lint 2024-08-23 18:30:48 +01:00
feder-cr
74f9f18150 cofing problem fixed, i hope :) 2024-08-23 15:11:44 +01:00
feder-cr
4fea7833fb log fix 2024-08-23 14:51:17 +01:00
feder-cr
660bb63f04 add clear after chosestyle 2024-08-22 18:33:02 +01:00
feder-cr
78c7ffbe17 now is fixed 2024-08-22 18:31:59 +01:00
feder-cr
ff07741e75 order main fixed 2024-08-22 18:26:00 +01:00
feder-cr
737d9cf457 dropdown fixed 2024-08-22 18:24:37 +01:00
feder-cr
8389e9194c lib path fix 2024-08-22 10:54:25 +01:00
feder-cr
d8b7e7fda6 first commit v2 2024-08-22 10:42:49 +01:00
feder-cr
5deb32ad90 now the gooole account used is geneated directly inside the script 2024-08-11 11:44:59 +01:00
feder-cr
9a4ef6c0f5 blacklistfix 2024-08-06 03:50:18 +01:00
feder-cr
fa657bd13f main fix 2024-08-04 18:50:24 +01:00
feder-cr
15f90e9f47 better exception 2024-08-04 17:33:22 +01:00
feder-cr
d643c75cb8 main fixed 2024-08-04 13:40:32 +01:00
feder-cr
af518b7d7b first commit 2024-08-04 13:14:56 +01:00