Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ grog_api_key = "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"
|
|
20 |
client = Groq(api_key=grog_api_key)
|
21 |
|
22 |
# Path to the already uploaded book
|
23 |
-
book_path = '
|
24 |
|
25 |
# Cache system to store previous responses
|
26 |
cache = {}
|
|
|
20 |
client = Groq(api_key=grog_api_key)
|
21 |
|
22 |
# Path to the already uploaded book
|
23 |
+
book_path = 'Generative_AI_Foundations_in_Python_Discover_key_techniques_and.pdf'
|
24 |
|
25 |
# Cache system to store previous responses
|
26 |
cache = {}
|