Commit Graph

5 Commits

Author SHA1 Message Date
João Moura
8ca0821718 making sure all tests pass 2024-09-15 19:37:58 -03:00
João Moura
f216b0a78c fixing parser, tools and executor 2024-09-15 18:41:59 -03:00
João Moura
91ddab207f Making all tests good 2024-09-13 04:38:19 -05:00
João Moura
3cd464497b rebuilding executor 2024-09-13 04:38:19 -05:00
Lorenze Jay
8118b7b7d6 Feat/sliding context window (#1042)
* patching for non-gpt model

* removal of json_object tool name assignment

* fixed issue for smaller models due to instructions prompt

* fixing for ollama llama3 models

* WIP: generated summary from documents split, could also create memgpt approach

* WIP: need tests but user inputted summarization strategy implemented - handling context window exceeding errors

* rm extra line

* removed type ignores

* added tests

* handling n to summarize prompt

* code cleanup, using click for cli asker

* rm not used class

* better refactor

* reverted poetry lock

* reverted poetry.locl

* improved context window exceeding exception class
2024-08-01 13:15:50 -07:00