Spaces:
Sleeping
Sleeping
Update secrets.toml
Browse files- secrets.toml +10 -0
secrets.toml
CHANGED
@@ -1,2 +1,12 @@
|
|
1 |
groq_api_key = "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"
|
2 |
rapidapi_key = "2a4a8a38a9msh97ce530a89589a6p1d0106jsn1acc0a5ea6bc"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
groq_api_key = "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"
|
2 |
rapidapi_key = "2a4a8a38a9msh97ce530a89589a6p1d0106jsn1acc0a5ea6bc"
|
3 |
+
|
4 |
+
GROQ_API_KEY = "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"
|
5 |
+
RAPIDAPI_KEY = "2a4a8a38a9msh97ce530a89589a6p1d0106jsn1acc0a5ea6bc"
|
6 |
+
|
7 |
+
|
8 |
+
llm = ChatGroq(
|
9 |
+
temperature=0,
|
10 |
+
groq_api_key=GROQ_API_KEY,
|
11 |
+
model_name="llama-3.1-70b-versatile"
|
12 |
+
)
|