Merge branch 'main' of https://github.com/xerrors/Yuxi-Know
This commit is contained in:
commit
bb01184adf
6
package-lock.json
generated
6
package-lock.json
generated
@ -1888,9 +1888,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/preact": {
|
||||
"version": "10.27.2",
|
||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.27.2.tgz",
|
||||
"integrity": "sha512-5SYSgFKSyhCbk6SrXyMpqjb5+MQBgfvEKE/OC+PujcY34sOpqtr+0AZQtPYx5IA6VxynQ7rUPCtKzyovpj9Bpg==",
|
||||
"version": "10.28.2",
|
||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.28.2.tgz",
|
||||
"integrity": "sha512-lbteaWGzGHdlIuiJ0l2Jq454m6kcpI1zNje6d8MlGAFlYvP2GO4ibnat7P74Esfz4sPTdM6UxtTwh/d3pwM9JA==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
||||
@ -41,7 +41,7 @@ SILICONFLOW_API_KEY=$apiKey
|
||||
"@
|
||||
|
||||
if (-not [string]::IsNullOrEmpty($TAVILY_API_KEY)) {
|
||||
$envContent += "TAVILY_API_KEY=$TAVILY_API_KEY"
|
||||
$envContent += "`nTAVILY_API_KEY=$TAVILY_API_KEY"
|
||||
}
|
||||
|
||||
$envContent | Out-File -FilePath ".env" -Encoding UTF8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user