This guide assumes you have basic knowledge of Python and Streamlit.
You’ll also need a Thesys API key from the C1 Console.
Visualizing data
1
Install Streamlit and Thesys
2
Create a new Streamlit app
3
Run the app
Using the LLM API directly
Since Thesys is a OpenAI compatible API, you can use it with any OpenAI compatible library.1
Installing dependencies
2
Create a new Streamlit app
3
Run the app