mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 13:54:59 +00:00
better
This commit is contained in:
parent
e2d0a94d58
commit
0925c4b8b3
1 changed files with 1 additions and 6 deletions
|
@ -2,16 +2,12 @@
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import random
|
import random
|
||||||
import sys
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import streamlit as st
|
import streamlit as st
|
||||||
from st_row_buttons import st_row_buttons
|
|
||||||
from streamlit_file_browser import st_file_browser
|
|
||||||
from streamlit_searchbox import st_searchbox
|
|
||||||
|
|
||||||
from aider.coders import Coder
|
from aider.coders import Coder
|
||||||
from aider.dump import dump
|
from aider.dump import dump # noqa: F401
|
||||||
from aider.models import Model
|
from aider.models import Model
|
||||||
|
|
||||||
if "recent_msgs_num" not in st.session_state:
|
if "recent_msgs_num" not in st.session_state:
|
||||||
|
@ -25,7 +21,6 @@ diff = Path("aider/tmp.diff").read_text()
|
||||||
def mock_tool_output():
|
def mock_tool_output():
|
||||||
global chat_controls
|
global chat_controls
|
||||||
|
|
||||||
messages = """Commit `33a242c`: Added sample python that highlights language features \nApplied edit to new_program.py"""
|
|
||||||
messages = """Applied edit to new_program.py"""
|
messages = """Applied edit to new_program.py"""
|
||||||
# st.info(messages)
|
# st.info(messages)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue