mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-26 01:25:15 +02:00
model specific summarization (#1119)
* model specific summarization * update guard functions * patch model picker and key inputs
This commit is contained in:
@@ -97,7 +97,7 @@ export default function AgentModelSelection({
|
||||
<option
|
||||
key={model.id}
|
||||
value={model.id}
|
||||
selected={workspace?.chatModel === model.id}
|
||||
selected={workspace?.agentModel === model.id}
|
||||
>
|
||||
{model.name}
|
||||
</option>
|
||||
|
||||
Reference in New Issue
Block a user