Joy Yeh
Joy Yeh
@jmschrei Can you review the PR please
Sorry about the re-pushes. It was a bit late and I missed the `self.` in the arguments and wrote in bad style. @baloo Just set the proper charset/on_errors right after...
@baloo You’re right. This is only a temporary solution that at least allows my project to move since all schemas have the same encoding. What about directly querying the server...
For those who want it anyway despite being intentionally disabled by design: https://github.com/joy13975/streamlit-nested-layout If you encounter issues there, please don't bring them over to the official community.
I also get context length errors occasionally due to some outlier documents that are simply too long. It'd be nice if there is an option to control what to do...
+1 getting same error for trying out Google gemini models through [langchain-google-genai](https://python.langchain.com/docs/integrations/chat/google_generative_ai) @Kirushikesh but removing the temperature arg impacts OpenAI behavior right?
#689 seems to fix this issue since I can no longer reproduce the error, but I don't know from a theory & technical point of view it is really the...
@rbellamy could that have anything to do with https://github.com/jupyter/jupyter_console/issues/241?
@LixiangHello what version of `streamlit-nested-layout` are you using? The latest version with streamlit 1.34.0 does not reproduce this error.
More generally perhaps it's better to decouple step name and avatar file name so there's no need to deal with tricky file/path name issues? Suffering from same issue with emojis,...