T-BENZIN
  • Joined on 2023-05-15
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-24 15:26:39 +02:00
7dc1d485b1 Finished some basic OpenAI interaction. Next are adapters.
8255d54e56 Added empty attachments list for test message
37beca0dd6 Modified typing for InputImage
Compare 3 commits »
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-17 12:24:08 +02:00
087566811a Added __init__ to Message Builder interface
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-17 12:20:41 +02:00
095bd828cf Added client message builder
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-15 09:58:44 +02:00
0387dafef8 Removed openai test run code
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-15 09:38:05 +02:00
0e2becc212 Commented out non-functional code
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-15 09:35:02 +02:00
b69f169892 Merge remote-tracking branch 'origin/dev' into dev
40b3b900ac Wrong apostrophe character in comments
eb7733be69 Removed non-finished code
131999816b File structure refactor
Compare 4 commits »
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-15 09:33:08 +02:00
73bf08843f Update reginaldCog/messenger_clients/discord_data_models.py
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-15 09:32:27 +02:00
d2edf0e60d Delete reginaldCog/messenger_clients/_common.py
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-15 09:32:06 +02:00
bd4b05d2d4 Delete reginaldCog/llm_clients/discord_client_interfaces.py
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-15 08:09:47 +02:00
ff70196756 File structure refactor
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-08-15 08:01:32 +02:00
180c167a43 File structure refactor
75af912bf5 File_structure refactor
Compare 2 commits »
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-07-18 11:31:59 +02:00
a64a07511d Commented out send_long_message method and auto PEP-8 reginald.py
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-07-18 11:28:32 +02:00
9209cc568d Made Prompt dataclass immutable and got rid out of add_message method. openai_client\models.py's test run would remain broken for now
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-07-18 11:26:43 +02:00
7056315d5f Added llm_interface.py for connecting Discord bot with LLMs (only Open AI at the moment)
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-07-14 17:28:11 +02:00
b77dc31ea5 Added Response dataclass for better openai's response deserialization.
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-07-13 16:47:46 +02:00
ad59a695af Experimented with more convenient (although, less explicit) way of passing data into abstract dataclasses.
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-07-13 16:45:19 +02:00
89b98fc5af Experimented with more convenient (although, less explicit) way of passing data into abstract dataclasses.
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-07-11 13:59:37 +02:00
97252a8062 Added models.py in openai_client containing abstract dataclasses for use with openai
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-07-10 18:23:01 +02:00
0534ec6b15 Added models.py containing abstract dataclasses for Discord
T-BENZIN pushed to dev at Kanium-PUBLIC/KaniumCogs 2025-07-10 17:52:29 +02:00
11f39bb673 Added package structure for future use