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
/
moonshot.ts
zhzabcd
Upload 101 files
755dd12
verified
7 months ago
raw
Copy download link
history
blame
Safe
186 Bytes
import
{
BaseOpenAIChat
}
from
'./base/openai'
;
const
baseURL =
'https://api.moonshot.cn/v1'
;
export
const
moonshot =
new
BaseOpenAIChat
(
'moonshot'
, process.
env
.
MOONSHOT_KEY
, baseURL);