refactor: creating providers placeholders and barrel file

This commit is contained in:
simosmik
2026-04-16 07:51:17 +00:00
parent 9f99f6ab53
commit ef916615f8
22 changed files with 650 additions and 582 deletions

View File

@@ -1,5 +1,5 @@
// Gemini Response Handler - JSON Stream processing
import { geminiAdapter } from './providers/gemini/adapter.js';
import { geminiAdapter } from './providers/gemini/index.js';
class GeminiResponseHandler {
constructor(ws, options = {}) {