Skip to content

Releases: Vokturz/LLM-slackbot-channels

LLM-slackbot-channels v0.2

12 Jul 20:24
7369b07
Compare
Choose a tag to compare

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
image
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

28 Jun 17:22
Compare
Choose a tag to compare

version v0.1 of the Slackbot for channels