mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-08 08:00:10 +00:00
use web worker to run pglite
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { LLMModel } from './llm/model'
|
||||
|
||||
import { EmbeddingModelInfo } from '../utils/api'
|
||||
|
||||
export type EmbeddingModelId =
|
||||
| 'text-embedding-3-small'
|
||||
| 'text-embedding-004'
|
||||
|
||||
@@ -10,6 +10,7 @@ export enum ApiProvider {
|
||||
Groq = "Groq",
|
||||
Ollama = "Ollama",
|
||||
OpenAICompatible = "OpenAICompatible",
|
||||
TransformersJs = "TransformersJs",
|
||||
}
|
||||
|
||||
export type LLMModel = {
|
||||
|
||||
Reference in New Issue
Block a user