2001muhammadumair commited on
Commit
1660a60
·
verified ·
1 Parent(s): 2e5073c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = '/content/Generative_AI_Foundations_in_Python_Discover_key_techniques_and.pdf'
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 = {}