Skip to content

Commit

Permalink
[app] Temp disable GooseResponseForm
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hancock committed Nov 26, 2024
1 parent 5e48b9b commit 5e5082c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/desktop/src/components/GooseMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export default function GooseMessage({ message, metadata, messages, append }: Go
</div>
)}

{metadata && (
{/* TODO - Re-enable once detection logic for when to show is correct */}
{false && metadata && (
<div className="flex mb-[16px]">
<GooseResponseForm
message={message.content}
Expand Down

1 comment on commit 5e5082c

@michaelneale
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ugh not again! - which model this time @alexhancock - databricks or openai?

Please sign in to comment.