Releases: Vokturz/LLM-slackbot-channels
Releases · Vokturz/LLM-slackbot-channels
LLM-slackbot-channels v0.2
Now you can use it as an agent! It is based on langchain.agent.Conversational
Also, I added the ability to modify the OpenAI model used inside each channel
If you select Use it as a LLM chain then the old behavior is kept. If you select Use it as an Agent then the bot will behave as an agent, I recommend use an InstructModel instead of a ChatModel for these cases.
The Tools that you want to use must be defined in main.py, the file src/custom_tools.py
contains some examples.
Note that in many cases the usage of tools break the async!
LLM-slackbot-channels v0.1
version v0.1 of the Slackbot for channels