@the-magic-tower/fixhive-opencode-plugin 0.1.19 → 0.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -848,7 +848,7 @@ var LocalStore = {
|
|
|
848
848
|
import { createClient } from "@supabase/supabase-js";
|
|
849
849
|
|
|
850
850
|
// src/cloud/embedding.ts
|
|
851
|
-
import OpenAI from "openai";
|
|
851
|
+
import { OpenAI } from "openai";
|
|
852
852
|
var DEFAULT_MODEL = "text-embedding-3-small";
|
|
853
853
|
var DEFAULT_DIMENSIONS = 1536;
|
|
854
854
|
var MAX_INPUT_LENGTH = 30000;
|