* Create docs (#323) * Create .readthedocs.yaml * Update mkdocs.yml * update * revise * syntax * syntax * syntax * syntax * revise * revise * spacing * Docs (#327) * add stuff * patch homepage * more docs * updated * updated * refresh * refresh * refresh * update * refresh * refresh * refresh * refresh * missing file * refresh * refresh * refresh * refresh * fix black * refresh * refresh * refresh * refresh * add readme for just the docs * Update README.md * add more data loading docs * cleanup data sources * refresh * revised * add search * make prettier * revised * updated * refresh * favi * updated --------- Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
36 lines
1.3 KiB
Markdown
36 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.
|
|
|
|
## Local LLMs
|
|
|
|
### TODO
|