Skip to content

LiteObject/demo-openrouter-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explore Open Router AI

Create a virtual python environment

  • virtualenv -p python3.11 env_name
  • python -m venv env_name

Create a file listing all required dependencies of the Python project

pip freeze > requirements.txt

Install dependencies from requirements.txt:

pip install -r requirements.txt

Stremlit setup

Install streamlit package

pip install streamlit

Run the app

streamlit run app.py

Releases

No releases published

Packages

No packages published

Languages