Skip to content

Commit

Permalink
Update assistants.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Jan 14, 2024
1 parent ac6868b commit 5011c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ai/interactive/assistants.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Working with assistants

Many of Marvin's features are standalone functions intended to be invoked a single time. However, interactive conversation is one of the most powerful ways to work with LLMs, allowing collaboration, context discovery, and feedback. OpenAI's assistants API makes this possible while handling stateful complexities like system messages, history, and separate threads. Marvin's assistants API is a Pythonic way to take advantage of those features/
Many of Marvin's features are standalone functions, without memory. However, interactive conversation is one of the most powerful ways to work with LLMs, allowing collaboration, context discovery, and feedback. OpenAI's assistants API makes this possible while handling stateful complexities like system messages, history, and separate threads. Marvin's assistants API is a Pythonic way to take advantage of those features/

<div class="admonition abstract">
<p class="admonition-title">What it does</p>
Expand Down

0 comments on commit 5011c96

Please sign in to comment.