-
I'm receiving a lot of errors from the bot backend when trying to reply to a user in Teams. This is not happening to my particular user so I can't reproduce it.
The exception I'm seeing being logge…
-
integrate the conversational AI platform into Chatwoot
[CW-1551](https://linear.app/chatwoot/issue/CW-1551/feat-chat-gptopenai-integration-with-chatwoot)
-
Hello, I'm not very good at English. If possible, please help me
This is my detailed error message:
```
File "d:\360MoveData\Users\Administrator\Desktop\bot\memory.py", line 119, in
memory.ch…
-
Hi,
For the selfhosted version I am getting a 404 on my viewer URL - bot.example.com and getting "Unauthorized, sign ups are disabled" error on typebot.example.com.
I have a google workspace for…
-
I manually changed the model in settings.js in node-chatgpt-api container to gpt-3.5-turbo-16k model and also specified max_token to say 12000 tokens. See below. However, when I asked the bot to creat…
-
I've built many langchain agents with many types of memory to remember the context of the context in a correct way.
The problem is if I send the same message again, he will generate the same though…
-
Iam not sure what iam doing wrong.
The bot itself runs, reacts to !help and other commands
but when i send an !gpt !chat, nothing happens
tested first just with matrix settings
then with an api …
-
Hi,
Love the repo and your work.
I add the embed message in a fork that I made [here](https://github.com/pabl-o-ce/llmcord/tree/embed).
To increase the `MESSAGE_CHUNK_SIZE` to 4096.
I alre…
-
### System Info
- `transformers` version: 4.25.1
- Platform: Linux-3.10.0-1160.80.1.el7.x86_64-x86_64-with-centos-7.9.2009-Core
- Python version: 3.7.16
- Huggingface_hub version: 0.13.3
- PyTorc…
-
I using a custom template with inputVariables set which I am trying to pass via the .call method
```typescript
class LLMStuff2 {
constructor(private indexName: string) {}
private chain!: QAC…