-
Hello,
Firstly, thank you so much for your work! However, lately, there's been a disturbing error that I've been trying to figure out, but I can't seem to identify the issue.
The problem is that…
-
I guess it would be good to add some memory.
Here is information about how to do this: https://python.langchain.com/docs/modules/memory/
I wonder whether questions later in a chat session would…
-
### Describe the bug
LLAVA can write text but it raises an error when trying to read an image
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Reprodu…
-
I am trying to create a chatbot using your documentation from here:
https://python.langchain.com/en/latest/modules/agents/agent_executors/examples/chatgpt_clone.html
However, in order to reduce co…
-
OS: Windows 10
- - - - -
File I ran (creates a venv and auto-install and run memgpt):
@echo off
:: Define the paths to Python and the venv
set PYTHON_EXECUTABLE=C:\Users\ADMIN\AppData\Local\Pro…
-
Hello, I am tried using customized openai like server, not work:
```
const configuration = new Configuration({
// apiKey: process.env.OPENAI_API_KEY,
apiKey: 'sk354t3gdgtrh',
basePath: 'h…
-
Hi,
I have realized that the chat history is not included in the prompt. The logic for this is implemented, but the model is not aware of previous interactions (see the screenshot attached).
```…
-
[ChatML](https://github.com/openai/openai-python/blob/main/chatml.md) is the underlying format consumed by ChatGPT models. In the future, you will be able to interact with this format.
> Traditiona…
-
I have one account with my email address, and another one with my Google account. Yesterday all of my chats on both accounts disappeared, and now I can't start any new chats or post any messages. I cl…
-
Hi,
I'm trying to create a customized `ChatAgent` with a simple `BufferMemory` like this:
```typescript
initializeAgent(openAIApiKey: string, agentPrompt: string): AgentExecutor {
const …