Spaces:
Runtime error
Runtime error
Create config.json
Browse files- config.json +4 -0
config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"llm_model_name" = "llama-3.3-70b-versatile",
|
| 3 |
+
"llm_model_temperature" = "0.0"
|
| 4 |
+
}
|