Skip to content

demetere/llm-pt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example LLM Application

How to run

To run the app, use the following command:

streamlit run app/main.py

To build the Docker image, use the following command:

docker build -t streamlit .

To run the container, use the following command:

docker run -d --name streamlit -p 8501:8501 streamlit --env-file .env

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published