Commit History

Switch Groq model to openai/gpt-oss-120b, bump max_tokens to 4096
1d69113
Running

Zeetay commited on

Remove auth flow, give all users 10 prompts/day
32036d2

Zeetay commited on

Track guest quota by IP address instead of session UUID
0c5e62c

Zeetay commited on

Update default Groq model to llama-3.3-70b-versatile
ecc8cd3

Zeetay commited on

Switch HF Space back to Docker SDK
bc3983c

Zeetay commited on

Switch HF Space to gradio SDK (no Docker), expose port 7860
a142e84

Zeetay commited on

Add HF Space + Netlify deployment config
8f74c88

Zeetay commited on

Implement infra hardening: streaming, refresh tokens, structlog, Sentry, Redis
babbdee

Zeetay commited on

Context-aware chat with history autofill
2e0c40e

Zeetay commited on

AI-summarized history titles and New Chat button
52286e9

Zeetay commited on

Production-grade: guest mode, daily limits, modal auth, inline confirms
8a31e0d

Zeetay commited on

Pin bcrypt to 4.0.1 for passlib 1.7.4 compatibility
8ebf9fc

Zeetay commited on

Polish UI, clean up backend, improve code quality
574ccfd

Zeetay commited on

Add login/register: JWT auth, SQLite users, protected generate, Login/Register pages and AuthContext
3f28422

Zeetay commited on

Untested expansion: tests, CI, CORS, rate limit, premium, export, Error Boundary, CONTRIBUTING
2276aab

Zeetay commited on

deploy with fly
f9c2460

Zeetay commited on

docker-compose fixed
fa16e11

Zeetay commited on

new fix attempt for dockerfile
bac6a49

zeetay commited on

fix yml version error
c3eddbf

zeetay commited on

initial docker setup
638561d

zeetay commited on

BE cleanup
e4731a8

zeetay commited on

added another prompt style
6527bb1

zeetay commited on

updated prompt handling
329501c

zeetay commited on

updated prompt styles
24cc520

zeetay commited on

placed groq model checker in scripts/
721ae9a

zeetay commited on

Remove __pycache__ from tracking and update .gitignore
df8b2fe

zeetay commited on

final update before FE Dev begins - updated requirements.txt
daacd15

zeetay commited on

updated groq model checker for better error handling
cb67f1d

zeetay commited on

* working. updated args for app.py
bd01a67

zeetay commited on

updated error handling in utils
89811ae

zeetay commited on

cleaned app and utils
5668444

zeetay commited on

resolved env issues in utils
daeb837

zeetay commited on

first working version with groq api, and added a file to check available groq models
15d980c

zeetay commited on

* working backend without llm output
9abc49e

zeetay commited on

added base infrastructure and gitignored env vars
889ca34

zeetay commited on