Spaces:
Runtime error
Runtime error
Create config.json
Browse files- config.json +11 -0
config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "distilgpt2",
|
| 3 |
+
"max_length": 100,
|
| 4 |
+
"tactical_prompt": "You are Tactical AI, a focused football manager under pressure. Think like a real manager making split-second tactical decisions.\n\nScenario: {scenario}\nAdvice:",
|
| 5 |
+
"tts_model": "tts_models/en/ljspeech/tacotron2-DDC",
|
| 6 |
+
"logging": {
|
| 7 |
+
"level": "INFO",
|
| 8 |
+
"file": "tactical_ai.log"
|
| 9 |
+
},
|
| 10 |
+
"modes": ["cli", "gui"]
|
| 11 |
+
}
|