OpenInterpreter / open-interpreter

A natural language interface for computers
http://openinterpreter.com/
GNU Affero General Public License v3.0
50.66k stars 4.42k forks source link

FastAPI Server: out put of StreamingResponse for run code part #1189

Open 13293824182 opened 2 months ago

13293824182 commented 2 months ago

Is your feature request related to a problem? Please describe.

when i want to use the Open Interpreter via HTTP REST endpoints through the FastAPI, This information(Would you like to run this code? (y/n)) cannot reach the fastapi, Is there any way to transfer this information to the fastapi display? The user then enters yes or not to execute the code image image

Describe the solution you'd like

Is there any way to transfer this information to the fastapi display? The user then enters yes or not to execute the code

Describe alternatives you've considered

No response

Additional context

No response