kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
old-agentic
rodzic
22aff8c462
commit
2b0037e8ac
|
@ -101,33 +101,33 @@
|
||||||
"zod-to-json-schema": "^3.23.0"
|
"zod-to-json-schema": "^3.23.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@aws-sdk/client-sso-oidc": "^3.592.0",
|
"@aws-sdk/client-sso-oidc": "^3.598.0",
|
||||||
"@browserbasehq/sdk": "^1.3.1",
|
"@browserbasehq/sdk": "^1.3.1",
|
||||||
"@dexaai/dexter": "^2.0.3",
|
"@dexaai/dexter": "^2.0.3",
|
||||||
"@e2b/code-interpreter": "^0.0.7",
|
"@e2b/code-interpreter": "^0.0.8",
|
||||||
"@fisch0920/eslint-config": "^1.3.3",
|
"@fisch0920/eslint-config": "^1.3.3",
|
||||||
"@genkit-ai/ai": "^0.5.2",
|
"@genkit-ai/ai": "^0.5.3",
|
||||||
"@langchain/core": "^0.2.6",
|
"@langchain/core": "^0.2.6",
|
||||||
"@nangohq/node": "^0.39.33",
|
"@nangohq/node": "^0.40.0",
|
||||||
"@total-typescript/ts-reset": "^0.5.1",
|
"@total-typescript/ts-reset": "^0.5.1",
|
||||||
"@types/node": "^20.14.2",
|
"@types/node": "^20.14.2",
|
||||||
"ai": "^3.1.30",
|
"ai": "^3.1.36",
|
||||||
"del-cli": "^5.1.0",
|
"del-cli": "^5.1.0",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"husky": "^9.0.11",
|
"husky": "^9.0.11",
|
||||||
"lint-staged": "^15.2.5",
|
"lint-staged": "^15.2.7",
|
||||||
"llamaindex": "^0.3.16",
|
"llamaindex": "^0.3.17",
|
||||||
"mathjs": "^13.0.0",
|
"mathjs": "^13.0.0",
|
||||||
"np": "^10.0.5",
|
"np": "^10.0.5",
|
||||||
"npm-run-all2": "^6.2.0",
|
"npm-run-all2": "^6.2.0",
|
||||||
"only-allow": "^1.2.1",
|
"only-allow": "^1.2.1",
|
||||||
"openai-fetch": "^2.0.3",
|
"openai-fetch": "^2.0.3",
|
||||||
"prettier": "^3.3.1",
|
"prettier": "^3.3.2",
|
||||||
"restore-cursor": "^5.0.0",
|
"restore-cursor": "^5.0.0",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"tsup": "^8.1.0",
|
"tsup": "^8.1.0",
|
||||||
"tsx": "^4.14.1",
|
"tsx": "^4.15.5",
|
||||||
"twitter-api-sdk": "^1.2.1",
|
"twitter-api-sdk": "^1.2.1",
|
||||||
"typescript": "^5.4.5",
|
"typescript": "^5.4.5",
|
||||||
"vitest": "2.0.0-beta.3"
|
"vitest": "2.0.0-beta.3"
|
||||||
|
|
Plik diff jest za duży
Load Diff
|
@ -40,7 +40,7 @@ export function isRelativeUrl(url: string): boolean {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function normalizeUrl(
|
export function normalizeUrl(
|
||||||
url: string,
|
url?: string,
|
||||||
options?: NormalizeUrlOptions
|
options?: NormalizeUrlOptions
|
||||||
): string | undefined {
|
): string | undefined {
|
||||||
let normalizedUrl: string | undefined
|
let normalizedUrl: string | undefined
|
||||||
|
|
Ładowanie…
Reference in New Issue