Mick.Net

Results 13 comments of Mick.Net

I was looking for the same thing. I found the following, but it's only MarkDown related: https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab https://stackoverflow.com/questions/52214187/how-can-i-fold-content-in-github-markdown Hope that helps Edit: I see now that this doens't directly work......

I tried a few times. The best I could get is the code bellow. It results in a expandable/collapsible line, but the code is not formatted anymore as code. According...

> Hey vermaat, > I tried to figure out what Google Chrome error 11 is, but everything I could find said it was an error for 'update server not available'....

Same. I'm not using a config file. I checked the SQLite database. The Requests table contains duration times per request. The StackLine table 'duration' column is all 0.0 Flask==1.1.1 flask_monitoringdashboard==3.0.7

I'm getting a similar error when using the OPENAI_FUNCTIONS Agent in combination with `google-search`: ``` 'Google Search' does not match '^[a-zA-Z0-9_-]{1,64}$' - 'functions.0.name' ``` However, it works when using the...

For me it worked when I added a LLMChain: ``` model = ChatOpenAI(model="gpt-3.5-turbo-0613", temperature=0.5) # Define your desired data structure. class Ideas(BaseModel): brainstorm_ideas: List[str] = Field(description="list of ideas to brainstorm")...

Same error message here when using a `VectorDBQAWithSourcesChain` as tool in combination with an agent. Using the following workaround I got it to work (adding the lambda). ``` tool_data_source =...

For me the following fixed it: https://github.com/langchain-ai/langchain/issues/8687#issuecomment-1673345226

I've had the same issue. The following made it work for me to run it on an ARM64 server docker-compose: ``` nginx: build: context: ./src/nginx-auto-ssl dockerfile: Dockerfile env_file: - .env...

@iamkhalidbashir Could you please rebuild the ARM version for the latest version. Many thank :-)