Skip to content

This is a fine-tuning interface for Prompt Engineering made with Streamlit, which allows customizable settings of the LLM on each turn. The backend is developed using LangChain. The current models available are OpenAI models.

Notifications You must be signed in to change notification settings

jackonedev/LLM_Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM_Playground

How to run a Streamlit app:

  • Install the libraries pip install -r requirements.txt
  • Create an .env file with the following variable: OPENAI_API_KEY=sk-<your-api-key>
  • Run the command streamlit run {app_folder}/main.py
  • Enter into http://localhost:8501/ on your browser

About

This is a fine-tuning interface for Prompt Engineering made with Streamlit, which allows customizable settings of the LLM on each turn. The backend is developed using LangChain. The current models available are OpenAI models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages