Replies: 1 comment 6 replies
-
If it's okay in my way, I can suggest it. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have built an API interface using FastAPI and g4f for other devices to call. The current problem is with streaming output. I don't know how to modify my Python program to meet the official API's requirements for streaming output (the front-end can get data from my FastAPI interface normally after streaming output is closed).
Looking forward to your reply
Beta Was this translation helpful? Give feedback.
All reactions