mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
cleanup
This commit is contained in:
parent
81195dad02
commit
6e95dc80ea
1 changed files with 0 additions and 15 deletions
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
|
||||||
import warnings
|
import warnings
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
@ -127,17 +126,3 @@ class Help:
|
||||||
context += "\n</doc>\n\n"
|
context += "\n</doc>\n\n"
|
||||||
|
|
||||||
return context
|
return context
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# question = "how can i convert a python script to js"
|
|
||||||
# question = "i am getting an error message about unknown context window"
|
|
||||||
# question = "i am getting an error message about exhausted context window"
|
|
||||||
# question = "The chat session is larger than the context window!"
|
|
||||||
# question = "how do i add deepseek api key to yaml"
|
|
||||||
# question = (
|
|
||||||
# "It would be great if I could give aider an example github PR and instruct it to do the same"
|
|
||||||
# " exact thing for another integration."
|
|
||||||
# )
|
|
||||||
|
|
||||||
question = " ".join(sys.argv[1:])
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue