hegelai / prompttools

Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and vector databases (e.g. Chroma, Weaviate, LanceDB).
http://prompttools.readthedocs.io
Apache License 2.0
2.55k stars 216 forks source link

Deprecation warnings #127

Open amit10may opened 2 months ago

amit10may commented 2 months ago

🐛 Describe the bug

On running the playground command, I see below deprecation warnings

Please replace st.experimental_get_query_params with st.query_params.

st.experimental_get_query_params will be removed after 2024-04-11.

Refer to our docs page for more information.

Please replace st.experimental_set_query_params with st.query_params.

st.experimental_set_query_params will be removed after 2024-04-11.

Refer to our docs page for more information.