Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,7 @@ if not groq_api_key:
|
|
23 |
|
24 |
# Initialize API clients
|
25 |
co = cohere.Client(cohere_api_key)
|
|
|
26 |
|
27 |
def fetch_content(url):
|
28 |
try:
|
|
|
23 |
|
24 |
# Initialize API clients
|
25 |
co = cohere.Client(cohere_api_key)
|
26 |
+
print("client ok")
|
27 |
|
28 |
def fetch_content(url):
|
29 |
try:
|