mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
simpler launch of streamlit
This commit is contained in:
parent
73bad5250b
commit
ec9fac2500
2 changed files with 8 additions and 4 deletions
|
@ -253,6 +253,7 @@ class Coder:
|
|||
self.io.tool_output("JSON Schema:")
|
||||
self.io.tool_output(json.dumps(self.functions, indent=4))
|
||||
|
||||
def show_announcements(self):
|
||||
for line in self.get_announcements():
|
||||
self.io.tool_output(line)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue