This commit is contained in:
Paul Gauthier 2024-07-05 10:08:17 -03:00
parent 81195dad02
commit 6e95dc80ea

View file

@ -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:])