Back to search
A simple FastAPI project to demonstrate how to build an API server for an AI application using Gemini.
Stars
49
Forks
28
Watchers
49
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
5
commits
chore: Use env to load GEMINI key instead of dotenv, for simplicity
58d5c20View on GitHubfeat [3]: Implement a basic JWT auth stub for user-based throttling
ec06714View on GitHubfeat [2]: Implement global rate-limit (e.g. free, unauthenticated users) to protect the API
5e99abfView on GitHubfeat [1]: Implement basic FastAPI server that lets you chat with Gemini AI
6d1e427View on GitHub