Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add gpt-3.5 documentation
  • Loading branch information
vivi committed Oct 20, 2023
1 parent 5b8d2b6 commit e1f2530
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,21 @@ To create a new starter user or starter persona (that MemGPT gets initialized wi
python main.py --human me.txt
```

### GPT-3.5 support
You can run MemGPT with GPT-3.5 as the LLM instead of GPT-4:
```sh
python main.py --model gpt-3.5-turbo
```

**Note that this is experimental gpt-3.5-turbo support. It's quite buggy compared to gpt-4, but it should be runnable.**

Please report any bugs you encounter regarding MemGPT running on GPT-3.5 to https://github.com/cpacker/MemGPT/issues/59.

### `main.py` flags

```text
--model
select which model to use ('gpt-4', 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo')
--persona
load a specific persona file
--human
Expand Down

0 comments on commit e1f2530

Please sign in to comment.