FingerLiu
FingerLiu
https://github.com/realpython/dockerizing-django/blob/master/docker-compose.yml wrote ``` redis: restart: always build: ./redis ports: - "6379:6379" ``` I think this may expose 6379 to the whole internet? Although in production.yml changed to ``` ports: -...
fedora 20没有/etc/ppp/ip-down.d文件夹 应该拷贝到哪儿才会自动执行呢
fix xattr command for Mac
### Feature Description Our team is doing some thing similar to [Generative UI](https://sdk.vercel.ai/docs/concepts/ai-rsc), but since we have very complicated forms, we integrated [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form) to our product. This component has helped...
html generated by `render_form` is ` ` which there is no **name attr**. This lead to fail POST form, because there is no field data detected when server received data....
this should fix issue #1654 and issue #1648
Althrough I defined tool with method POST, the assistant will request with method GET. And if I set multi operationId with different method under one location, there will be only...
It is a bit confusing that there is a openai assistant api defination that makes think chatbot-ui used openai assistant api. But I found we only used openai functions. Is...
Azure has already released assistant API in Feb(https://learn.microsoft.com/en-us/azure/ai-services/openai/assistants-quickstart?tabs=command-line&pivots=programming-language-studio). But when I use it in chatbot-ui it kept telling me "OpenAI API Key not found". May I ask is support for...