Skip to content

Commit 1739e68

Browse files
STetsingAniket-Engg
authored andcommitted
Revert "AI required to support markdown"
1 parent 3d65f34 commit 1739e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/remix-ai/src/lib/components/Default.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const Default = (props) => {
2323
if (await props.plugin.call('remixAI', 'isChatRequestPending')){
2424
response = await props.plugin.call('remixAI', 'ProcessChatRequestBuffer', GenerationParams);
2525
} else {
26-
response = await props.plugin.call('remixAI', 'solidity_answer', prompt + "write all codes in this format ```(markdown language)```", GenerationParams);
26+
response = await props.plugin.call('remixAI', 'solidity_answer', prompt, GenerationParams);
2727
}
2828

2929
if (GenerationParams.return_stream_response) HandleStreamResponse(response,

0 commit comments

Comments
 (0)