Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ async def startup_event():
|
|
90 |
|
91 |
# LLAMA
|
92 |
|
93 |
-
chrome_driver_path = '/usr/local/bin/chromedriver'
|
94 |
|
95 |
@app.post("/llama")
|
96 |
async def get_answer_llama(request: Request ):
|
|
|
90 |
|
91 |
# LLAMA
|
92 |
|
93 |
+
chrome_driver_path = '/usr/local/bin/chromedriver-linux64/chromedriver'
|
94 |
|
95 |
@app.post("/llama")
|
96 |
async def get_answer_llama(request: Request ):
|