tigerinus
tigerinus
ref: - https://doc.traefik.io/traefik/getting-started/install-traefik/#use-the-official-docker-image - https://github.com/IceWhaleTech/CasaOS/issues/773 - https://github.com/IceWhaleTech/CasaOS/issues/329
> By adding this AppStore you can test the build. Please leave a feedback. After also other people tested it, I can open a PR to add it to the...
@raller1028 please test this on your CasaOS instance and see if it works.
@charagender - do you want to assign this to yourself? :)
> What? I didn't get it. I believe our friend @charagender from CasaOS community recently mentioned she's working on getting a PR for OnlyOffice.
> Sometime I have no idea how GitHub works either...😅
removed old tailscale app because it uses host network and always conflict with CasaOS.
把 Scanf 改成 Scan 就对了,but why? ```go package main import "fmt" func main() { for { var n int if _, err := fmt.Scan(&n); err != nil { break }...
> @tigerinus could you confirm that this is a langserve issue rather than langchain issue? i..e, > > ``` > chain = ConversationalRetrievalChain.from_llm( > llm=llm, > retriever=retriever, > verbose=True, >...
> Could you check what happens if you remove the middleware for gzip compression? That didn't help. How exactly should I call the `/stream` endpoint? Does it work elsewhere?