Oleksandr Kozachuk ok
ok pushed to main at kaizenkodo/CoBiE 2025-06-14 10:54:07 +02:00
d058a7566a Merge pull request #3 from ok2/codex/implement-swipe-navigation-for-touch-devices
d0feb6be34 Enable swipe and wheel navigation
Compare 2 commits »
ok pushed to main at kaizenkodo/CoBiE 2025-06-12 20:20:50 +02:00
c8d382ac8e Merge pull request #2 from ok2/codex/create-javascript-config-for-periodic-events
7e0833c2b9 Add periodic event configuration
235a432e1b Merge pull request #1 from ok2/codex/split-index.html-into-separate-files
59f1b1f4c9 Split HTML, CSS and JS
Compare 4 commits »
ok pushed to main at kaizenkodo/ChatMastermind 2024-03-30 14:17:51 +01:00
9a957a89ac Switch to current version of OpenAI.
ok pushed to main at kaizenkodo/ChatMastermind 2023-11-10 10:43:01 +01:00
5d1bb1f9e4 Fix some of the commands.
ok pushed to main at kaizenkodo/ChatMastermind 2023-10-24 12:59:26 +02:00
75a123eb72 Fix usage of the dynamic answer is some cases.
ok created pull request kaizenkodo/ChatMastermind#19 2023-10-21 14:24:29 +02:00
Dynamic Answer class and OpenAI streaming API
ok pushed to dynamic_answer at kaizenkodo/ChatMastermind 2023-10-21 14:22:24 +02:00
dbe72ff11c Activate and use OpenAI streaming API.
bbc1ab5a0a Fix source_code function with the dynamic answer class.
2aee018708 Refactor message.Answer class in a way, that it can be constructed dynamically step by step, in preparation of using streaming API.
Compare 3 commits »
ok created branch dynamic_answer in kaizenkodo/ChatMastermind 2023-10-21 14:22:24 +02:00
ok deleted branch cust_loc_glob from kaizenkodo/ChatMastermind 2023-10-20 09:47:06 +02:00
ok pushed to main at kaizenkodo/ChatMastermind 2023-10-20 09:47:06 +02:00
17c6fa2453 Merge pull request 'Configurable glob and location on question and hist commands' (#18) from cust_loc_glob into main
5774278fb7 README: added new 'question' command parameters
40d0de50de cmm: limited the message locations for the new cmm parameters to those that make sense
72d31c26e9 main: improved parameter descriptions
980e5ac51f chat: changed default glob to '*.msg' in all ChatDB functions
Compare 8 commits »
ok merged pull request kaizenkodo/ChatMastermind#18 2023-10-20 09:47:05 +02:00
Configurable glob and location on question and hist commands
ok created pull request kaizenkodo/ChatMastermind#18 2023-10-19 16:18:48 +02:00
Configurable glob and location on question and hist commands
ok pushed to cust_loc_glob at kaizenkodo/ChatMastermind 2023-10-19 16:05:26 +02:00
114282dfd8 Add --glob and --location flags to hist and question commands, to be able to specify the location and files they should use.
9a493b57da Per default use only files with .msg suffix ignoring other files.
9b0951cb3f Change type msg_location to an Enum instead of Literal to be able to get all values easy and improve type checks.
Compare 3 commits »
ok pushed to cust_loc_glob at kaizenkodo/ChatMastermind 2023-10-19 14:52:12 +02:00
cc8ddc4fd9 Revert comments about location.
ok pushed to cust_loc_glob at kaizenkodo/ChatMastermind 2023-10-19 14:45:38 +02:00
234cca394f Allow to customize glob and location in command question and hist, convert location type to enum.
ok created branch cust_loc_glob in kaizenkodo/ChatMastermind 2023-10-19 14:45:38 +02:00
ok pushed to pipes at kaizenkodo/ChatMastermind 2023-10-17 11:58:11 +02:00
dca1bc621f Add Jinja2 as preparation for pipes.
5f29f60168 Add .old/ to git ignore, I use that dir ofter for old files, I do not want to delete.
3ea1f49027 cmm: added options '--tight' and '--no-paging' to the 'hist --print' cmd
8f56399844 cmm: replaced options '--with-tags' and '--with-file' with '--with-metadata'
e4cb6eb22b README: updated 'hist' command description
Compare 63 commits »
ok pushed to main at kaizenkodo/ChatMastermind 2023-10-17 11:57:47 +02:00
5f29f60168 Add .old/ to git ignore, I use that dir ofter for old files, I do not want to delete.
ok deleted branch msg_suffix from kaizenkodo/ChatMastermind 2023-10-07 12:41:56 +02:00
ok pushed to main at kaizenkodo/ChatMastermind 2023-10-07 12:41:56 +02:00
3ea1f49027 cmm: added options '--tight' and '--no-paging' to the 'hist --print' cmd
8f56399844 cmm: replaced options '--with-tags' and '--with-file' with '--with-metadata'
e4cb6eb22b README: updated 'hist' command description
e19c6bb1ea hist_cmd: added module 'test_hist_cmd.py'
811b2e6830 hist_cmd: implemented '--convert' option
Compare 16 commits »