Files
letta-server/docs/cli_faq.md
Charles Packer 8323fb6ec3 clean docs (#543)
2023-11-30 18:09:14 -08:00

32 lines
1.3 KiB
Markdown

# Frequently asked questions
## MemGPT CLI
### How can I use MemGPT to chat with my docs?
Check out our [chat with your docs example](../example_data) to get started.
### How do I save a chat and continue it later?
When you want to end a chat, run `/exit`, and MemGPT will save your current chat with your agent (make a note of the agent name, e.g. `agent_N`). Later, when you want to start a chat with that same agent, you can run `memgpt run --agent <NAME>`.
## OpenAI-related
### How do I get an OpenAI key?
To get an OpenAI key, visit [https://platform.openai.com/](https://platform.openai.com/), and make an account.
Then go to [https://platform.openai.com/account/api-keys](https://platform.openai.com/account/api-keys) to create an API key. API keys start with `sk-...`.
### How can I get gpt-4 access?
[https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4](https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4)
### I already pay for ChatGPT, is this the same as GPT API?
No, ChatGPT Plus is a separate product from the OpenAI API. Paying for ChatGPT Plus does not get you access to the OpenAI API, vice versa.
### I don't want to use OpenAI, can I still use MemGPT?
Yes, you can run MemGPT with your own LLMs. See our section on local LLMs for information on how to set them up with MemGPT.