Skip to content

Commit

Permalink
Remove task memory warning
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Jul 18, 2024
1 parent a6880bd commit 36c61b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/griptape-framework/drivers/prompt-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ print(result.value)

Griptape offers the following Prompt Drivers for interacting with LLMs.

!!! warning
When overriding a default Prompt Driver, take care to ensure you've updated the Structure's configured Embedding Driver as well. If Task Memory isn't needed, you can avoid compatibility issues by setting `task_memory=None` to disable Task Memory in your Structure.

### OpenAI Chat

!!! info
Expand Down

0 comments on commit 36c61b7

Please sign in to comment.