mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
copy
This commit is contained in:
parent
3cda6d7dd3
commit
0e5342fdb8
8 changed files with 189 additions and 177 deletions
|
@ -163,7 +163,7 @@ class GUI:
|
|||
with st.popover("Create a git repo to track changes"):
|
||||
st.write(
|
||||
"Aider works best when your code is stored in a git repo. \n[See the FAQ"
|
||||
" for more info](https://aider.chat/docs/faq.html#how-does-aider-use-git)"
|
||||
" for more info](https://aider.chat/docs/git.html)"
|
||||
)
|
||||
self.button("Create git repo", key=random.random(), help="?")
|
||||
|
||||
|
@ -515,7 +515,7 @@ def gui_main():
|
|||
page_title="Aider",
|
||||
page_icon="https://aider.chat/assets/favicon-32x32.png",
|
||||
menu_items={
|
||||
"Get Help": "https://aider.chat/docs/faq.html",
|
||||
"Get Help": "https://aider.chat/",
|
||||
"Report a bug": "https://github.com/paul-gauthier/aider/issues",
|
||||
"About": "# Aider\nAI pair programming in your browser.",
|
||||
},
|
||||
|
|
|
@ -471,7 +471,7 @@ def sanity_check_model(io, model):
|
|||
io.tool_error(f"- {m} ({fq})")
|
||||
|
||||
if show:
|
||||
io.tool_error("For more info see https://aider.chat/docs/llms.html#model-warnings")
|
||||
io.tool_error("For more info see https://aider.chat/docs/llms/warnings.html")
|
||||
|
||||
|
||||
def fuzzy_match_models(name):
|
||||
|
|
|
@ -19,7 +19,7 @@ For better web scraping, install Playwright chromium with this command in your t
|
|||
|
||||
playwright install --with-deps chromium
|
||||
|
||||
See https://aider.chat/docs/install.html#enable-playwright-optional for more info.
|
||||
See https://aider.chat/docs/install/optional.html#enable-playwright for more info.
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue