Spaces:
Sleeping
Sleeping
Aiswarya Sankar
commited on
Commit
·
1c9b2e4
1
Parent(s):
2613437
Update reqs
Browse files- app.py +0 -3
- requirements.txt +3 -0
app.py
CHANGED
@@ -379,8 +379,6 @@ def generateDocumentationPerFolder(dir, github):
|
|
379 |
# yield history
|
380 |
|
381 |
|
382 |
-
|
383 |
-
|
384 |
def solveGithubIssue(ticket, history) -> Response:
|
385 |
"""
|
386 |
This endpoint takes in a github issue and then queries the db for the question against the codebase.
|
@@ -689,4 +687,3 @@ demo.launch(debug=True, share=True)
|
|
689 |
|
690 |
|
691 |
|
692 |
-
|
|
|
379 |
# yield history
|
380 |
|
381 |
|
|
|
|
|
382 |
def solveGithubIssue(ticket, history) -> Response:
|
383 |
"""
|
384 |
This endpoint takes in a github issue and then queries the db for the question against the codebase.
|
|
|
687 |
|
688 |
|
689 |
|
|
requirements.txt
CHANGED
@@ -87,11 +87,14 @@ semantic-version==2.10.0
|
|
87 |
six==1.16.0
|
88 |
sniffio==1.3.0
|
89 |
SQLAlchemy==2.0.19
|
|
|
90 |
starlette==0.27.0
|
91 |
tenacity==8.2.2
|
92 |
tiktoken==0.4.0
|
|
|
93 |
toolz==0.12.0
|
94 |
tqdm==4.66.1
|
|
|
95 |
typing-inspect==0.9.0
|
96 |
typing_extensions==4.7.1
|
97 |
tzdata==2023.3
|
|
|
87 |
six==1.16.0
|
88 |
sniffio==1.3.0
|
89 |
SQLAlchemy==2.0.19
|
90 |
+
sseclient-py==1.7.2
|
91 |
starlette==0.27.0
|
92 |
tenacity==8.2.2
|
93 |
tiktoken==0.4.0
|
94 |
+
together==0.1.3
|
95 |
toolz==0.12.0
|
96 |
tqdm==4.66.1
|
97 |
+
typer==0.9.0
|
98 |
typing-inspect==0.9.0
|
99 |
typing_extensions==4.7.1
|
100 |
tzdata==2023.3
|