Roseco-crs
commited on
Commit
·
fee0742
1
Parent(s):
acfcb6f
Review Groq_api_key
Browse files- ailab_crs.py +1 -1
ailab_crs.py
CHANGED
|
@@ -7,7 +7,7 @@ from groq import Groq
|
|
| 7 |
import gradio as gr
|
| 8 |
|
| 9 |
_ = load_dotenv(find_dotenv())
|
| 10 |
-
groq_api_key = os.
|
| 11 |
|
| 12 |
|
| 13 |
class NLP_tasks_crs:
|
|
|
|
| 7 |
import gradio as gr
|
| 8 |
|
| 9 |
_ = load_dotenv(find_dotenv())
|
| 10 |
+
groq_api_key = os.getenv("GROQ_API_KEY")
|
| 11 |
|
| 12 |
|
| 13 |
class NLP_tasks_crs:
|