Henrik Djurestål

Results 9 comments of Henrik Djurestål

I have the same problem. #211 and #197

Still an issue for me. Really annoying. Anyone have a solution? I guess I will try to write Hparams structure to other file and replace that every time I change...

Also encountered this. There will also be a problem when using ui.vertical() instead of ui.group.

+1 because I use this to debug for other users than 'user'

```python from langchain_google_genai import ChatGoogleGenerativeAI from langchain_core.pydantic_v1 import BaseModel, Field class Plan(BaseModel): steps: str = Field( description="different steps to follow, should be in sorted order" ) model = ChatGoogleGenerativeAI(model="gemini-1.5-flash", temperature=0.2,...

Holy damn I just realized that this is just because the model just don't want to answer. see this code ```python from langchain_google_genai import ChatGoogleGenerativeAI from langchain_core.pydantic_v1 import BaseModel, Field...

Yes this is definitely needed! I was just confused over this. Also I want to add that the md2pdf package seems even more dangerous. It installs a "tests" package which...

solved this temporarly by manually installing md2pdf before my other packages: poetry add git+https://github.com/jmaupetit/md2pdf.git