kennethreitz
598bcd514d
Refactor EnhancedContextPlugin to include list of all topics mentioned
2024-11-07 07:27:59 -05:00
kennethreitz
8bdbe4d8d5
Refactor EnhancedContextPlugin to simplify memory system message and remove explicit memory creation and reminder functionality
2024-11-07 07:09:39 -05:00
kennethreitz
d4068cf07a
Refactor EnhancedContextPlugin to simplify memory system message and remove explicit memory creation and reminder functionality
2024-11-07 07:01:29 -05:00
kennethreitz
747488f633
Refactor EnhancedContextPlugin to simplify memory system message and remove explicit memory creation and reminder functionality
2024-11-07 06:39:08 -05:00
kennethreitz
9ae03685b5
Refactor .gitignore to include enhanced_context_sarah.db
2024-11-06 13:03:09 -05:00
kennethreitz
91af281a9d
Refactor OpenAI provider in simplemind
...
Update the DEFAULT_MAX_TOKENS and DEFAULT_KWARGS variables in the OpenAI provider module in simplemind. Set DEFAULT_MAX_TOKENS to None and DEFAULT_KWARGS to an empty dictionary. This refactor allows for more flexibility in configuring the OpenAI provider.
2024-11-06 13:00:39 -05:00
kennethreitz
309f390800
Refactor EnhancedContextPlugin to handle command line arguments for LLM provider selection and model specification
2024-11-06 13:00:23 -05:00
kennethreitz
b316352311
Refactor EnhancedContextPlugin to handle command line arguments for LLM provider selection and store datetime in SQLite format, handle datetime strings properly, and extract/store entities for context. Add memory system message to conversation initialization and implement memory creation and reminder functionality in post-response hook. Implement LLM memory storage from the LLM's perspective.
2024-11-06 11:59:36 -05:00
kennethreitz
236020b3b9
Refactor EnhancedContextPlugin to handle command line arguments for LLM provider selection
2024-11-06 11:32:36 -05:00
kennethreitz
8a5a29f864
Refactor EnhancedContextPlugin to handle command line arguments for LLM provider selection
2024-11-06 10:34:26 -05:00
kennethreitz
30d8412bbf
Refactor LLM provider and model in enhanced_context.py
2024-11-06 09:57:27 -05:00
kennethreitz
4a852e6220
Refactor LLM provider and model in enhanced_context.py
2024-11-06 09:15:54 -05:00
kennethreitz
7f5ba667bd
Refactor EnhancedContextPlugin to store datetime in SQLite format, handle datetime strings properly, and extract/store entities for context
2024-11-06 09:13:59 -05:00
kennethreitz
4b87a8b91c
Refactor EnhancedContextPlugin to store datetime in SQLite format, handle datetime strings properly, and extract/store entities for context
2024-11-06 09:03:38 -05:00
kennethreitz
4c1d1fa873
Refactor EnhancedContextPlugin to store datetime in SQLite format and handle datetime strings properly
2024-11-06 08:46:21 -05:00
kennethreitz
0087a7e8f2
Refactor enhanced_context.py and update requirements.txt
2024-11-06 08:42:43 -05:00
kennethreitz
07715ed8df
Refactor enhanced_context.py and update requirements.txt
2024-11-06 08:30:29 -05:00
kennethreitz
03f91c5153
Refactor enhanced_context.py and update requirements.txt
2024-11-06 08:18:27 -05:00
kennethreitz
aa601648c6
Refactor EnhancedContextPlugin to extract and store entities for context
2024-11-06 08:09:15 -05:00
kennethreitz
a26c51014b
Refactor enhanced_context.py and update requirements.txt
2024-11-06 08:08:43 -05:00
kennethreitz
b3946f1ff9
Refactor mood_detector_plugin.py by removing unused import
2024-11-06 08:00:25 -05:00
kennethreitz
7a84ade5a4
Add MoodDetectorPlugin to examples/mood_detector_plugin.py and update requirements.txt
2024-11-06 08:00:09 -05:00
kennethreitz
3e1d1f98ad
Refactor InspirationPlugin in examples/inspiration_plugin.py
2024-11-06 07:54:42 -05:00
kennethreitz
48e6ef2a43
Add InspirationPlugin to examples/inspiration_plugin.py and allow extra fields in BasePlugin's Config
2024-11-06 07:54:11 -05:00
kennethreitz
1528dc2a21
Revert "Merge pull request #39 from lucianosrp/fix-sys-role-anthropic"
...
This reverts commit 46cd19ea90 , reversing
changes made to 3e8d5662d2 .
2024-11-06 07:42:55 -05:00
kennethreitz
46cd19ea90
Merge pull request #39 from lucianosrp/fix-sys-role-anthropic
...
fix: anthropic system message
2024-11-06 07:42:07 -05:00
Luciano
2848e86dce
Update simplemind/providers/anthropic.py
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-11-06 02:25:07 +01:00
Luciano Scarpulla
6aadc9fcd7
resolve conflict
2024-11-06 09:07:17 +08:00
Luciano Scarpulla
a8792319a8
add sys prompt handling
2024-11-06 09:00:27 +08:00
kennethreitz
3e8d5662d2
Merge pull request #38 from SZubarev/fix/amazon-inference
...
use inference profile with Claude 3.5 on Bedrock
2024-11-05 16:48:48 -05:00
Stan Zubarev
51c1646ef4
use inference profile with Claude 3.5 on Bedrock
2024-11-05 16:41:08 -05:00
kennethreitz
f09052c18e
rename
2024-11-04 11:22:10 -05:00
kennethreitz
1d3ae26301
Merge pull request #31 from Siddhesh-Agarwal/main
...
[Add to cookbook]: Multi-LLM Discussion
2024-11-04 11:21:37 -05:00
kennethreitz
44fd3468fa
Revert "Merge pull request #37 from lucianosrp/fix-sys-role-anthropic"
...
This reverts commit 5770c37edf , reversing
changes made to a5c7486dfc .
2024-11-04 11:21:07 -05:00
kennethreitz
5770c37edf
Merge pull request #37 from lucianosrp/fix-sys-role-anthropic
...
fix: anthropic system message
2024-11-04 11:14:20 -05:00
kennethreitz
37334a21c5
Update simplemind/providers/anthropic.py
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-11-04 11:14:02 -05:00
Luciano Scarpulla
57d54abf24
remove unrelted changes
2024-11-04 17:23:48 +08:00
Luciano Scarpulla
c3397488e3
fix: antropic system message
2024-11-04 17:18:59 +08:00
Siddhesh Agarwal
678a8a8b32
Merge branch 'kennethreitz:main' into main
2024-11-04 10:20:44 +05:30
kennethreitz
a5c7486dfc
oops
2024-11-03 10:17:36 -05:00
kennethreitz
5c6650f2b2
add it to the repo
2024-11-03 10:17:20 -05:00
kennethreitz
549d74e146
Refactor recipe printing for better formatting and styling
2024-11-03 07:24:16 -05:00
kennethreitz
328be94677
Revert "Merge pull request #35 from barisozmen/logger-for-streaming"
...
This reverts commit d7f8418f23 , reversing
changes made to cb73621e39 .
2024-11-03 07:17:44 -05:00
kennethreitz
7b21b9f258
improve logging for streaming functions
2024-11-03 07:08:03 -05:00
kennethreitz
d7f8418f23
Merge pull request #35 from barisozmen/logger-for-streaming
...
[Suggestion] Improved logging to handle streaming functions.
2024-11-03 07:07:14 -05:00
kennethreitz
9968f162d6
Update simplemind/logging.py
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-11-03 07:07:04 -05:00
kennethreitz
cb73621e39
rename file
2024-11-03 07:03:51 -05:00
kennethreitz
4721dd8cc0
Add Bible Explorer web app with endpoints for retrieving Bible verses and chapter counts
2024-11-03 07:03:09 -05:00
kennethreitz
bdb1ff0e69
Update default model for Amazon provider
2024-11-03 06:56:26 -05:00
kennethreitz
94f381032e
Update DEFAULT_MODEL in amazon.py
2024-11-03 06:55:56 -05:00