Spaces:
Sleeping
Sleeping
init
Browse files- app.py +1 -1
- requirements.txt +0 -1
app.py
CHANGED
|
@@ -79,7 +79,7 @@ def on_click(query, context):
|
|
| 79 |
|
| 80 |
print(companies)
|
| 81 |
|
| 82 |
-
people_prompts = build_people_prompt([query]+companies)
|
| 83 |
people_responses = run_parallel(people_prompts, query_openai)
|
| 84 |
print(people_responses)
|
| 85 |
people = set()
|
|
|
|
| 79 |
|
| 80 |
print(companies)
|
| 81 |
|
| 82 |
+
people_prompts = build_people_prompt([query]+list(companies))
|
| 83 |
people_responses = run_parallel(people_prompts, query_openai)
|
| 84 |
print(people_responses)
|
| 85 |
people = set()
|
requirements.txt
CHANGED
|
@@ -1,3 +1,2 @@
|
|
| 1 |
-
google-generativeai>=0.3.2
|
| 2 |
openai>=1.3.7
|
| 3 |
gradio>=4.29
|
|
|
|
|
|
|
| 1 |
openai>=1.3.7
|
| 2 |
gradio>=4.29
|