Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
victor
/
scira-chat
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c8afc3c
scira-chat
/
lib
/
hf-client.ts
victor
HF Staff
feat: Add Hugging Face model support
8cfdcec
3 days ago
raw
Copy download link
history
blame
Safe
144 Bytes
import
OpenAI
from
"openai"
;
export
const
hf =
new
OpenAI
({
apiKey
: process.
env
.
HF_TOKEN
,
baseURL
:
"https://router.huggingface.co/v1"
,
});