Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

First, clone this repo and install requirements (preferably in venv)

pip install -r requirements.txt

Get Free Gemini API Key

Place api key in .env file (create new file if one doesnt exist)

GEMINI_API_KEY = 'xxxxxxxxxxxxxxxxxxxxxxxxxxx'

Run the development server:

uvicorn main:app --reload
# or
fastapi dev main.py

Open http://127.0.0.1:8000/docs in your browser to see the documentations and test api endpoints

You can start by looking at main.py to see all the api routes

Notes

Sometimes live reload stops working and you have to restart server

Depending on what ide you use server might not fully shutdown after closing program and you have to manually close all python processes in task manager

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages