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.65k stars 230 forks source link

Deprecation error : st.experimental_get_query_params and st.experimental_set_query_params will be removed after 2024-04-11 #124

Open Gaurav1235 opened 5 months ago

Gaurav1235 commented 5 months ago

🐛 Describe the bug

Error in console : st.experimental_get_query_params will be removed after 2024-04-11.

Refer to our docs page for more information. 2024-04-08 08:01:31.859 Please replace st.experimental_set_query_params with st.query_params.

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