Skip to content

Commit

Permalink
Adding discord and other links
Browse files Browse the repository at this point in the history
  • Loading branch information
ShishirPatil committed Oct 11, 2023
1 parent 8fda200 commit 9c9fb33
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ <h1 class="text-center">MemGPT: Towards LLMs as Operating Systems</h1>
<div class="row">
<div class="col-md-12">
<h4 class="text-center" style="margin: 0px;">
<a class="text-center" href="https://people.eecs.berkeley.edu/~cpacker/">Charles Packer</a>
<a class="text-center" href="https://people.eecs.berkeley.edu/~cpacker/">Charles Packer</a>,
<a class="text-center" href="https://www.vivi.sh/">Vivian Fang</a>,
<a class="text-center" href="https://shishirpatil.github.io/">Shishir G. Patil</a>,
<a class="text-center" href="https://people.eecs.berkeley.edu/~kevinlin/">Kevin Lin</a>,
<a class="text-center" href="http://sarahwooders.com">Sarah Wooders</a>,
<a class="text-center" href="https://people.eecs.berkeley.edu/~jegonzal/">Joseph E. Gonzalez</a>

</h4>
<h4></h4>
<h5 class="text-center">UC Berkeley</h5>
Expand All @@ -41,8 +47,8 @@ <h5 class="text-center">UC Berkeley</h5>
</div>
<div><p></p></div>
<div class="buttons" style="margin-bottom: 8px;">
<a class="btn btn-primary" role="button" href="https://memgpt.ai">Paper (Coming Soon)</a>
<a class="btn btn-primary" role="button" href="https://memgpt.ai">Discord</a>
<a class="btn btn-primary" role="button" href="https://memgpt.ai">Paper</a>
<a class="btn btn-primary" role="button" href="https://discord.gg/9GEQrxmVyE">Discord</a>
<a class="btn btn-primary" role="button" href="https://github.com/cpacker/MemGPT">GitHub</a>
</div>
<div><p></p></div>
Expand All @@ -62,7 +68,7 @@ <h3 class="text-center">Teach LLMs to manage their own memory for unbounded cont
<div class="col-md-12 text-center"><img src="assets/img/memgpt-system-diagram.png"
style="width: 100%;margin-bottom: 8px;" alt="MemGPT system overview">
<em>In MemGPT, a fixed-context LLM is augmented with a tiered memory system and a set of functions that allow it to manage its own memory.
The LLM takes as input the text in main context (capped at the size of the standard LLM context window), and outputs text that
The LLM inputs text in it's main context (capped at the size of the standard LLM context window), and outputs text that
is interpreted by a parser, resulting either in a yield or a function call. MemGPT uses functions to move data between main
context and external context. When the LLM generates a function call, it can request immediate return of
execution to chain together functions. In the case of a yield, the LLM will not be run again until the next external
Expand Down Expand Up @@ -122,9 +128,9 @@ <h2>Abstract</h2>
<h2>Citation</h2>
<code>
@inproceedings{packer2023memgpt,<br>
&nbsp; title={{MemGPT}: Towards LLMs as Operating Systems} <br>
&nbsp; title={{MemGPT}: Towards LLMs as Operating Systems}, <br>
&nbsp; author={Packer, Charles and Fang, Vivian and Patil, Shishir G. <br>
&nbsp; and Lin, Kevin and Wooders, Sarah and Gonzalez, Joseph E.} <br>
&nbsp; and Lin, Kevin and Wooders, Sarah and Gonzalez, Joseph E.}, <br>
&nbsp; year={2023}<br>
}
</code></div>
Expand Down

0 comments on commit 9c9fb33

Please sign in to comment.