Skip to content

mayura0001/Jason

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

// Versions used for this project

python version = 3.14.6 node version = v24.14.1

// Setup

Install Python and Node first

python3 -m venv .venv source .venv/bin/activate

pip install requests python-dotenv fastapi "uvicorn[standard]"

// API Setup Guide

  1. Go to https://openrouter.ai/workspaces/default/keys and Create a unlimited Key
  2. create .env file
  3. OPENROUTER_API_KEY={your api key}

About

AI Chat Interface built with FastAPI, OpenRouter API, and a vanilla JavaScript frontend. Supports multi-turn conversations with in-memory history; adding SQLite persistence and multi-chat support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors