mirror of https://github.com/openclaw/openclaw.git
fix(ci): restore embedding defaults and plugin boundaries
This commit is contained in:
parent
2fe0efc9e1
commit
e61835ec5e
|
|
@ -15,6 +15,7 @@ export type OpenAiEmbeddingClient = {
|
|||
};
|
||||
|
||||
const DEFAULT_OPENAI_BASE_URL = "https://api.openai.com/v1";
|
||||
export const DEFAULT_OPENAI_EMBEDDING_MODEL = OPENAI_DEFAULT_EMBEDDING_MODEL;
|
||||
const OPENAI_MAX_INPUT_TOKENS: Record<string, number> = {
|
||||
"text-embedding-3-small": 8192,
|
||||
"text-embedding-3-large": 8192,
|
||||
|
|
|
|||
Loading…
Reference in New Issue