admin
|
67a1c6f65b
|
Fixed database issues by removing database
|
2024-08-18 18:40:10 -05:00 |
|
admin
|
503d536d4d
|
Add JSON serialization helper and update handle_message function
|
2024-08-18 18:36:24 -05:00 |
|
admin
|
5716577b83
|
Fixed duplicate telegram message update error
|
2024-08-18 18:19:15 -05:00 |
|
admin
|
589d4644c7
|
Update telegram_inference_bot.py to use SQLite database
|
2024-08-18 18:17:07 -05:00 |
|
admin
|
3e0a63ad89
|
merge conflicts resolved
|
2024-08-18 18:01:54 -05:00 |
|
admin
|
676b57840a
|
Merge branch 'main' of https://github.com/bucolucas/cyclop
|
2024-08-18 18:01:05 -05:00 |
|
admin
|
817220a7be
|
Made it work again
|
2024-08-18 18:00:22 -05:00 |
|
admin
|
3c07245165
|
Add logging to debug job queue initialization
|
2024-08-18 17:44:09 -05:00 |
|
admin
|
03bf9eecdd
|
Remove unused keyboard commands
|
2024-08-18 17:30:07 -05:00 |
|
admin
|
4829ec038e
|
Add always-on keyboard for common commands
|
2024-08-18 17:25:30 -05:00 |
|
admin
|
ae5e295f0d
|
Remove OpenAI from telegram_inference_bot.py
|
2024-08-18 17:18:24 -05:00 |
|
admin
|
3753fdd286
|
fixed import
|
2024-08-18 17:00:03 -05:00 |
|
admin
|
43561de298
|
Implement daemon and apprentice bot system
|
2024-08-18 16:53:54 -05:00 |
|
admin
|
53840b2381
|
Remove incorrect comment about updating every 5 seconds
|
2024-08-18 16:17:41 -05:00 |
|
admin
|
48e3948537
|
Add status updates and abort functionality
|
2024-08-18 15:57:45 -05:00 |
|
admin
|
5096ff7929
|
Added ability to use multiple tools
|
2024-08-18 15:54:57 -05:00 |
|
admin
|
a8bda7622e
|
removed unnecessary files
|
2024-08-18 14:27:20 -05:00 |
|
admin
|
3acad2f861
|
Merge branch 'main' of https://github.com/bucolucas/cyclop
|
2024-08-18 14:20:58 -05:00 |
|
admin
|
89546a598a
|
revert telegram inference bot to non-refactored version
|
2024-08-18 14:19:41 -05:00 |
|
admin
|
3bb69b71e1
|
Fix status function to use telegram library version
|
2024-08-18 13:53:35 -05:00 |
|
admin
|
4db613f750
|
Enhance status command with verbose and useful information
|
2024-08-18 13:24:06 -05:00 |
|
admin
|
8179937d06
|
Refactor switch_providers and update related functions
|
2024-08-18 13:22:01 -05:00 |
|
admin
|
5e02468a8b
|
Update AI provider usage and imports
|
2024-08-18 13:20:33 -05:00 |
|
admin
|
5fbcd358bf
|
Refactor AI providers using Strategy Pattern
|
2024-08-18 13:18:38 -05:00 |
|
admin
|
a7abc5ebd0
|
Refactor to use AI provider classes
|
2024-08-18 12:54:11 -05:00 |
|
admin
|
8ee7df789e
|
Fixed anthropic inference
|
2024-08-18 12:16:03 -05:00 |
|
admin
|
d10702f656
|
fix for openai call
|
2024-08-18 10:45:03 -05:00 |
|
admin
|
0b28b9a39d
|
More fixes for anthropic
|
2024-08-18 10:40:59 -05:00 |
|
admin
|
a283f7dde9
|
Removed image, added clear implementation to github_tool and log_tool
|
2024-08-18 09:19:29 -05:00 |
|
admin
|
3d521f4790
|
Fixes for anthropic
|
2024-08-18 08:55:22 -05:00 |
|
admin
|
5134312cab
|
Update status message
|
2024-08-18 07:58:19 -05:00 |
|
admin
|
b31232f42e
|
Added ability to switch between smart and dumb models, and back and forth between openai and anthropic
|
2024-08-18 07:57:18 -05:00 |
|
admin
|
aad82cbe98
|
Removed cruft
|
2024-08-18 07:39:19 -05:00 |
|
admin
|
3aeb203944
|
Merge branch 'main' of https://github.com/bucolucas/cyclop
|
2024-08-18 07:36:40 -05:00 |
|
admin
|
db009105c7
|
Add ability to switch models
|
2024-08-18 07:35:52 -05:00 |
|
admin
|
e16749726e
|
Update documentation for telegram_inference_bot.py
|
2024-08-17 19:43:02 -05:00 |
|
admin
|
bda3b044e4
|
Modify logging filter to exclude multiple strings.
|
2024-08-17 19:32:26 -05:00 |
|
admin
|
7103b1ee72
|
Updated logging filter to check against an array of unwanted strings.
|
2024-08-17 19:32:01 -05:00 |
|
admin
|
89b6fa3ccc
|
Added a logging filter to suppress logs containing a specific string.
|
2024-08-17 19:30:38 -05:00 |
|
admin
|
5f86f43637
|
Added filter to logging configuration to exclude logs containing the string 'DEBUG'
|
2024-08-17 19:30:18 -05:00 |
|
admin
|
a8d470333b
|
Changed order of tool parameters, switched over to gpt4o
|
2024-08-17 19:21:15 -05:00 |
|
admin
|
31a041e300
|
Update tool use count limit to 50
|
2024-08-17 18:50:30 -05:00 |
|
admin
|
65967d8949
|
removed irrelevant comment
|
2024-08-17 18:49:52 -05:00 |
|
admin
|
b20d8707aa
|
Implemented logging output to both console and logs/output.log in telegram_inference_bot.py.
|
2024-08-17 18:32:08 -05:00 |
|
admin
|
382c7580fa
|
Add logging functionality for console and file outputs.
|
2024-08-17 18:31:53 -05:00 |
|
admin
|
4afdbebd2e
|
Update prompt and using gpt-4o-mini because files are long
|
2024-08-17 18:28:33 -05:00 |
|
admin
|
27048302db
|
Extracted developer prompt and fixed log tool file location
|
2024-08-17 17:53:25 -05:00 |
|
admin
|
255153af56
|
Added system prompt
|
2024-08-17 13:00:37 -05:00 |
|
admin
|
7ba4838522
|
Added tests
|
2024-08-17 09:28:17 -05:00 |
|
admin
|
ae4f06d0b4
|
Initial commit
|
2024-08-16 12:43:59 -05:00 |
|