Skip to content

Commit

Permalink
Remove model
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatrixCohere committed Jun 27, 2024
1 parent a8aded7 commit 5adcf9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const CreateAgentForm: React.FC = () => {
description: '',
preamble: '',
deployment: DEPLOYMENT_SINGLE_CONTAINER,
model: DEFAULT_AGENT_MODEL,
model: '',
tools: [],
});

Expand Down

0 comments on commit 5adcf9d

Please sign in to comment.