Hugging Face's logo 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
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
freeapi
42.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
xtom0's picture
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
    1.52 kB
    initial commit 2 months ago
  • .gitignore
    45 Bytes
    Initial commit: FastAPI app with auth, API keys, download tracking, WebSocket live progress 2 months ago
  • Dockerfile
    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
    477 Bytes
    Initial commit: FastAPI app with auth, API keys, download tracking, WebSocket live progress 2 months ago
  • app.py
    8.03 kB
    Add API key authentication support for /api/chat (Bearer or X-API-Key header) 2 months ago
  • config.py
    1.31 kB
    Initial commit: FastAPI app with auth, API keys, download tracking, WebSocket live progress 2 months ago
  • database.py
    5.6 kB
    Fix get_user_by_api_key to also check api_keys table 2 months ago
  • requirements.txt
    215 Bytes
    Initial commit: FastAPI app with auth, API keys, download tracking, WebSocket live progress 2 months ago