continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
18.27k stars 1.48k forks source link

Need http/tcp api interface #2581

Closed acodervic closed 4 hours ago

acodervic commented 5 hours ago

Validations

Problem

I want to immigration "continue" to my application and ask some question by a api server based HTTP or TCP.__

Solution

Add a Http/Tcp Api server that supports the client to request and send the question text(support @file or @whatever), and then the client waits and get ai output.

Thank for you team !

acodervic commented 4 hours ago

I find other way, thanks !