Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zhzabcd
/
AISR
like
0
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
01562ac
AISR
/
backend
/
provider
/
yi.ts
zhzabcd
Upload 101 files
755dd12
verified
7 months ago
raw
Copy download link
history
blame
Safe
191 Bytes
import
{
BaseOpenAIChat
}
from
'./base/openai'
;
const
baseURL =
'https://api.lingyiwanwu.com/v1'
;
const
key = process.
env
.
YI_KEY
;
export
const
yi =
new
BaseOpenAIChat
(
'yi'
, key, baseURL);