Commit graph

17 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
Rohith Sv
82bd9aa9cc gitignore updated to skip /virtual folder 2024-09-06 19:29:06 -04:00
feder-cr
6d72788f80 cover letter fixed 2024-09-03 16:35:28 +02:00
feder-cr
08fa73c8de final 2024-08-23 22:20:48 +01:00
feder-cr
06b176aa37 refactro 2024-08-23 20:02:45 +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
203ed66a14 linitng 2024-08-11 00:47:34 +01:00
feder-cr
e314cc6ebb super increase gpt power 2024-08-09 17:26:07 +01:00
feder-cr
6dab29af3a Temporary addition of instrumetation for debugging 2024-08-08 04:27:33 +01:00
feder-cr
1be5194eb2 gpt power increase 2024-08-08 02:39:06 +01:00
feder-cr
01105b5653 gitignore 2024-08-04 18:35:49 +01:00
feder-cr
abf3b781e6 .gititngore update 2024-08-04 18:26:06 +01:00
feder-cr
a1b77e9478 .gitignore 2024-08-04 18:09:25 +01:00
Federico
381a027a12
Delete .gitignore 2024-08-04 13:21:56 +01:00
feder-cr
104b5ea31a remvoe gitignore 2024-08-04 13:21:20 +01:00
feder-cr
6c6ab209d4 renome 2024-08-04 13:19:48 +01:00