Adding discord and other links

This commit is contained in:
Shishir Patil
2023-10-11 12:03:15 -07:00
parent c6c216edda
commit 30e16cade3

View File

@@ -32,7 +32,13 @@
<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>
@@ -41,8 +47,8 @@
</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>
@@ -62,7 +68,7 @@
<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
@@ -122,9 +128,9 @@
<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>