admin
|
bcdb6cf0d9
|
updated gitignore
|
2024-08-18 13:33:12 -05:00 |
|
admin
|
75d0561a23
|
Merge pull request #37 from bucolucas/refactor-ai-providers
Refactor AI Providers
|
2024-08-18 13:26:00 -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
|
6398537554
|
repaired requirements.txt
|
2024-08-18 13:12:59 -05:00 |
|
admin
|
4f56ecfe4e
|
fixed readme.md
|
2024-08-18 13:12:05 -05:00 |
|
admin
|
ba561ad92b
|
deleted multiple versions
|
2024-08-18 13:11:51 -05:00 |
|
admin
|
f51190e3ce
|
Merge pull request #35 from bucolucas/refactor-ai-providers
Refactor AI Providers
|
2024-08-18 12:56:15 -05:00 |
|
admin
|
a6bea8dd89
|
Add README.md explaining AI provider refactoring
|
2024-08-18 12:54:31 -05:00 |
|
admin
|
a7abc5ebd0
|
Refactor to use AI provider classes
|
2024-08-18 12:54:11 -05:00 |
|
admin
|
731e655ce1
|
Add AI provider base class and concrete implementations
|
2024-08-18 12:53:34 -05:00 |
|
admin
|
3be8137efe
|
Merge pull request #34 from bucolucas/add-pr-and-branch-management
Add PR management and branch deletion functions
|
2024-08-18 12:32:13 -05:00 |
|
admin
|
8e6230a669
|
Add functions to approve, close, merge PRs, and delete branches
|
2024-08-18 12:31:00 -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
|
b5a421ea21
|
Merge branch 'main' of https://github.com/bucolucas/cyclop
|
2024-08-18 09:19:31 -05:00 |
|
admin
|
a283f7dde9
|
Removed image, added clear implementation to github_tool and log_tool
|
2024-08-18 09:19:29 -05:00 |
|
admin
|
182e228b62
|
Merge pull request #30 from bucolucas/add-clear-command
Add abstract method 'clear' to BaseTool
|
2024-08-18 09:01:24 -05:00 |
|
admin
|
6ad67f24a3
|
Add 'clear' command to BaseTool class
|
2024-08-18 09:00:50 -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
|
19a12fccbc
|
added dual models
|
2024-08-18 07:47:36 -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
|
36d9a0232b
|
Merge pull request #26 from bucolucas/enhance-persona-tool
Enhance Persona Tool
|
2024-08-17 22:24:17 -05:00 |
|
admin
|
d5d5fc4a73
|
Enhance PersonaTool with get_functions method
|
2024-08-17 22:23:02 -05:00 |
|
admin
|
5ad7d12a19
|
Implement get_functions to return OpenAI function schema as a JSON string
|
2024-08-17 22:21:51 -05:00 |
|
admin
|
ac018fd34b
|
Implemented full functionality for PersonaTool's generate_response method
|
2024-08-17 22:18:26 -05:00 |
|
admin
|
b5c485342c
|
Remove duplicate PersonaTool file from root directory
|
2024-08-17 22:17:07 -05:00 |
|
admin
|
71d66aec4f
|
Added PersonaTool class extending BaseTool
|
2024-08-17 22:15:25 -05:00 |
|
admin
|
2edc80189f
|
Add persona_tool.py implementing the PersonaTool class
|
2024-08-17 22:15:01 -05:00 |
|
admin
|
c1258ddb55
|
Added persona_tool for generating responses based on persona descriptions via OpenAI API.
|
2024-08-17 22:12:06 -05:00 |
|
admin
|
ca56bfc6f6
|
Added persona_tool for generating responses based on persona descriptions via OpenAI API.
|
2024-08-17 22:12:01 -05:00 |
|
admin
|
fa9d27b3f8
|
Merge pull request #14 from bucolucas/update-telegram-inference-bot-docs
Update Documentation for Telegram Inference Bot
|
2024-08-17 19:43:39 -05:00 |
|
admin
|
e16749726e
|
Update documentation for telegram_inference_bot.py
|
2024-08-17 19:43:02 -05:00 |
|
admin
|
8dff69e960
|
Merge pull request #13 from bucolucas/enhance-logging-filter
Enhance logging filter to exclude specific string
|
2024-08-17 19:32:55 -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
|
b465f19228
|
Merge branch 'main' of https://github.com/bucolucas/cyclop
|
2024-08-17 19:21:18 -05:00 |
|
admin
|
a8d470333b
|
Changed order of tool parameters, switched over to gpt4o
|
2024-08-17 19:21:15 -05:00 |
|
admin
|
05d4884e67
|
Merge pull request #12 from bucolucas/telegram-keyboard-creator-tool-7
Add Telegram Keyboard Creator Tool
|
2024-08-17 19:11:33 -05:00 |
|
admin
|
d5ac479506
|
Add TelegramKeyboardTool for creating Telegram keyboard layouts
|
2024-08-17 19:10:18 -05:00 |
|
admin
|
e644709311
|
Add TelegramKeyboardTool to create and manage Telegram keyboards
|
2024-08-17 19:10:09 -05:00 |
|