Tim Luka Horstmann
commited on
Commit
·
b845672
1
Parent(s):
587f13e
updated app to use ctransformers and gemma
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ logger = logging.getLogger(__name__)
|
|
17 |
|
18 |
app = FastAPI()
|
19 |
|
20 |
-
# Authenticate with Hugging
|
21 |
hf_token = os.getenv("HF_TOKEN")
|
22 |
if not hf_token:
|
23 |
logger.error("HF_TOKEN environment variable not set. Required for gated models.")
|
|
|
17 |
|
18 |
app = FastAPI()
|
19 |
|
20 |
+
# Authenticate with Hugging Fac
|
21 |
hf_token = os.getenv("HF_TOKEN")
|
22 |
if not hf_token:
|
23 |
logger.error("HF_TOKEN environment variable not set. Required for gated models.")
|