Upload folder using huggingface_hub
Browse files- Chatbot.py +1 -0
Chatbot.py
CHANGED
|
@@ -76,6 +76,7 @@ tools = [{"type": "function", "function": record_user_details_json},
|
|
| 76 |
class Me:
|
| 77 |
|
| 78 |
def __init__(self):
|
|
|
|
| 79 |
self.groq = Groq()
|
| 80 |
self.name = "Pavan Kumar"
|
| 81 |
reader = PdfReader("mine/Pavan.pdf")
|
|
|
|
| 76 |
class Me:
|
| 77 |
|
| 78 |
def __init__(self):
|
| 79 |
+
print("Groq Key:", os.getenv("GROQ_API_KEY"))
|
| 80 |
self.groq = Groq()
|
| 81 |
self.name = "Pavan Kumar"
|
| 82 |
reader = PdfReader("mine/Pavan.pdf")
|