Spaces:
Running
Running
import { ChromaClient } from "../src/ChromaClient"; | |
const PORT = process.env.PORT || "8000"; | |
const URL = "http://localhost:" + PORT; | |
const chroma = new ChromaClient({ path: URL }); | |
export default chroma; | |