Xin Gao

Results 3 comments of Xin Gao

+1. It is beneficial to extract the src and alt attributes of an image in Markdown to metadata in certain scenarios. Hope Unstructured can support this.

I use `gpt-4-turbo` and hit 4096 output token limit, the return data gets truncated resulting in an incomplete list with `...`. Is there a way to continue requesting the API...

According to @PhantomMaa's link, this `compose.yaml` with traefik works for me: ```yaml services: tianji: image: moonrailgun/tianji:latest environment: DATABASE_URL: postgresql://******:******@postgres:5432/****** JWT_SECRET: ****** ALLOW_REGISTER: false ALLOW_OPENAPI: true labels: - "traefik.enable=true" - "traefik.docker.network=proxy"...