Promptulate Playground - Model Comparison
April 30, 2024 ยท View on GitHub
This is a demo streamlit app calling the server you created in your custom model comparison app by promptulate.
Setup
cd pne-playground-model-comparison
pip install -r requirements.txt
Copy .env.example to .env at the same directory and setting your key in it.
python ./api.py
streamlit run ./app.py
Then you can see the following scenes.

Further Reading
Learn more about how to use LangChain by visiting the official documentation or repo: