Spaces:
Sleeping
Sleeping
Update src/config.json
Browse files- src/config.json +2 -1
src/config.json
CHANGED
|
@@ -21,6 +21,7 @@
|
|
| 21 |
"generator_model": "llama-3.3-70b-versatile",
|
| 22 |
"temperature": 0.3,
|
| 23 |
"max_tokens": 512,
|
| 24 |
-
"template": "long_context_template"
|
|
|
|
| 25 |
}
|
| 26 |
}
|
|
|
|
| 21 |
"generator_model": "llama-3.3-70b-versatile",
|
| 22 |
"temperature": 0.3,
|
| 23 |
"max_tokens": 512,
|
| 24 |
+
"template": "long_context_template",
|
| 25 |
+
"questions": ["what is a iron transfusion?", "what is scribd cost price?", "Cost to install tile shower?"]
|
| 26 |
}
|
| 27 |
}
|