Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
xtom0
/
freeapi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
freeapi
42.4 kB
Ctrl+K
Ctrl+K
1 contributor
History:
8 commits
xtom0
Fix get_user_by_api_key to also check api_keys table
a575fa1
2 months ago
static
Initial commit: FastAPI app with auth, API keys, download tracking, WebSocket live progress
2 months ago
templates
Simplify to single-model chat app: llama3.1:8b only. Add /api/chat SSE streaming, chatbot UI, remove model selection/download UI, build-time model pull
2 months ago
.gitattributes
Safe
1.52 kB
initial commit
2 months ago
.gitignore
Safe
45 Bytes
Initial commit: FastAPI app with auth, API keys, download tracking, WebSocket live progress
2 months ago
Dockerfile
Safe
835 Bytes
Simplify to single-model chat app: llama3.1:8b only. Add /api/chat SSE streaming, chatbot UI, remove model selection/download UI, build-time model pull
2 months ago
README.md
Safe
477 Bytes
Initial commit: FastAPI app with auth, API keys, download tracking, WebSocket live progress
2 months ago
app.py
Safe
8.03 kB
Add API key authentication support for /api/chat (Bearer or X-API-Key header)
2 months ago
config.py
Safe
1.31 kB
Initial commit: FastAPI app with auth, API keys, download tracking, WebSocket live progress
2 months ago
database.py
Safe
5.6 kB
Fix get_user_by_api_key to also check api_keys table
2 months ago
requirements.txt
Safe
215 Bytes
Initial commit: FastAPI app with auth, API keys, download tracking, WebSocket live progress
2 months ago