-
Hey seems like the gpt is not made to deal with memory. it can not remember context. how can i make it to remember context ?
-
Code:
```
from chatterbot import ChatBot
from chatterbot.trainers import ChatterBotCorpusTrainer
chatbot = ChatBot('Ron Obvious')
# Create a new trainer for the chatbot
trainer = ChatterBo…
-
Hello,
I am so terribly sorry if this is not the right place for this.
1. I created a pro account on chatbotui.com
2. I have inserted my OpenAI API key (for troubleshooting, I have attempted to…
-
Hey when using the OpenAIAgentTokenBufferMemory i receive the following error: `Error occurred: Error: input values have 1 keys, you must specify an input key or pass only 1 key as input.
This is a…
-
issue to suggest websites to reverse
**sites to look out for**:
- no cloudflare ( can have security header or cloudflare tls/ssl block but not clearance)
- gpt 4 / internet
- can pass in conversa…
-
```
import time
import d3dshot
screen = d3dshot.create(capture_output="numpy")
```
```
File "C:\Users\mehmet\AppData\Roaming\Python\Python37\site-packages\d3dshot\display.py", line 69, in …
-
It has errors as multifunctionalCall and responses don't have member functions of that __ini__.py library.
-
So im trying to transfer this bot to window with text, but i really dont know how?
-
Any solutions newbie here . followed the documentation ended up here.
1. downloaded module
2. open as pycharm project
3. done webhook setup
4. settings.py added accesstoken verify token
5. d…
-
Hi, I'm running chatbotai in combination with snips-nlu whereas chatbotai is the first choice and whenever an answer cannot be parsed, snips-nlu should be used and try to parse the user input. The pro…