mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f5f491bb86 |
@@ -166,9 +166,9 @@ export function AppChatSettingsAI() {
|
||||
tooltip={<>
|
||||
When Claude uses tools like code execution, it may produce text and image files stored in Anthropic's File API. This setting controls whether Big-AGI should automatically download and embed them in the chat.
|
||||
<ul>
|
||||
<li><b>Off</b>: keep as references (default).</li>
|
||||
<li><b>Inline</b>: download and embed text/images.</li>
|
||||
<li><b>Inline + Free</b>: embed, then delete from Anthropic to free storage.</li>
|
||||
<li><b>Show</b>: keep as references.</li>
|
||||
<li><b>Embed</b>: download and embed text/images (default).</li>
|
||||
<li><b>Embed + Free</b>: embed, then delete from Anthropic to free storage.</li>
|
||||
</ul>
|
||||
Only affects Anthropic models.
|
||||
</>}
|
||||
|
||||
Reference in New Issue
Block a user