Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lucas-wa
/
rag-chat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rag-chat
/
web
/
src
/
lib
/
axios.js
lucas-wa
Test uni module
6e06893
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
83 Bytes
import
axios
from
"axios"
;
export
const
api = axios.
create
({
baseURL
:
"/"
});