Commit Graph

11 Commits

Author SHA1 Message Date
8b9b4085ea Fix query appearing twice in chat history
The initial query appears twice in the prompt, this is ignored by OpenAI
models, however it breaks with Gemini models are they fail with an error
stating that AI and User prompts need to alternate.

Tested all search modes with both OpenAI GTP3 turbo and Vertex Gemini
1.0 and this changes appears to now function correctly with both.
2024-05-17 14:10:11 -04:00
aae85cd767 feat(logging): add logger 2024-04-30 12:18:18 +05:30
d37a1a8020 feat(agents): support local LLMs 2024-04-20 11:18:52 +05:30
c6a5790d33 feat(config): Use toml instead of env 2024-04-20 09:32:19 +05:30
dd1ce4e324 feat(agents): replace LLMs with chat LLMs 2024-04-18 18:15:17 +05:30
90edd98613 feat(messageHandler): add new emitter event handling 2024-04-17 11:27:05 +05:30
89340fcfff feat(wolfram-search): Remove unused imports 2024-04-17 10:10:28 +05:30
4ab8d6c834 feat(agents): Use LLM name from env 2024-04-16 21:05:57 +05:30
3859e3db03 feat(gitignore): Allow package lock files 2024-04-15 21:03:52 +05:30
334e657ddd feat(wolfram-search): Prevent reranking 2024-04-14 17:14:55 +05:30
98fae392b7 feat(focus-modes): Add focus modes 2024-04-13 12:11:47 +05:30