syntex01

Results 23 comments of syntex01

I think that it is important that kb articles remain short so that we do not provide unnecessary information. It might also be necessary to provide multiple kb articles at...

I thought about that too. My Idea was, that the chatbot could also think to itself between messages. So when you ask a question, the chatbot actively thinks about what...

Then the chatbot could also decide when it needed multiple or no kB articles at all.

And we should for sure implement the kB article generation in a separate thread. Also way later, we can enable the chatbot to just run with internal thought and give...

you use the @chat_gpt_prompt decorator to convert the prompt output of the function to the response to that prompt. how can I set a system message, for the chatbot that...

I did a lot of changes to the memory, it should now basically do what we talked about. Has to be tested more, and we have to add examples to...

Can you merge my two requests then?

I is not working as intended, but the general structure should be there. can you have a look at it?

Providing examples via system prompts should improve the situation. I also did not add documentation yet

I improved a few things; you can look at the code. the pull request should automatically use my newest code, right? From my testing, it works fundamentally now. I think...