disable stream output when refactor code
This commit is contained in:
parent
1538d658d8
commit
4dcdcc65e6
@ -63,7 +63,7 @@ REWRITE_PROMPT = prompt = """
|
||||
"""
|
||||
|
||||
|
||||
@chat(prompt=REWRITE_PROMPT, stream_out=True)
|
||||
@chat(prompt=REWRITE_PROMPT, stream_out=False)
|
||||
# pylint: disable=unused-argument
|
||||
def ai_rewrite(question, selected_text, context_code):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user