mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-13 07:02:34 +00:00
Rename md title
This commit is contained in:
parent
b4881be72a
commit
a45646740e
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public class OpenInEditorAction extends AnAction {
|
|||
var fileContent = currentConversation
|
||||
.getMessages()
|
||||
.stream()
|
||||
.map(it -> String.format("### User:\n%s\n### ChatGPT:\n%s\n", it.getPrompt(),
|
||||
.map(it -> String.format("### User:\n%s\n### CodeGPT:\n%s\n", it.getPrompt(),
|
||||
it.getResponse()))
|
||||
.collect(Collectors.joining());
|
||||
VirtualFile file = new LightVirtualFile(fileName, fileContent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue