Spaces:
Paused
Paused
Update app_config.py
Browse files- app_config.py +1 -1
app_config.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
-
class
|
| 4 |
def __init__(self):
|
| 5 |
self.HF_TOKEN = os.getenv("HF_TOKEN")
|
| 6 |
self.MODEL_BASE = "TURKCELL/Turkcell-LLM-7b-v1"
|
|
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
+
class ServiceConfig:
|
| 4 |
def __init__(self):
|
| 5 |
self.HF_TOKEN = os.getenv("HF_TOKEN")
|
| 6 |
self.MODEL_BASE = "TURKCELL/Turkcell-LLM-7b-v1"
|