chore: remove unused dependencies (#3049)

This commit is contained in:
Michael Neale
2025-07-03 23:39:14 +10:00
committed by GitHub
parent 4b63ee7672
commit 3bb5600632
5 changed files with 7 additions and 16 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ impl GithubCopilotProvider {
async fn post(&self, mut payload: Value) -> Result<Value, ProviderError> {
use crate::providers::utils_universal_openai_stream::{OAIStreamChunk, OAIStreamCollector};
use futures_util::StreamExt;
use futures::StreamExt;
// Detect gpt-4.1 and stream
let model_name = payload.get("model").and_then(|v| v.as_str()).unwrap_or("");
let stream_only_model = GITHUB_COPILOT_STREAM_MODELS