Spaces:
Running
Running
// | |
// SPDX-FileCopyrightText: Hadad <hadad@linuxmail.org> | |
// SPDX-License-Identifier: Apache-2.0 | |
// | |
// Server port. | |
export const PORT = process.env.PORT; | |
// API endpoint. | |
export const OPENAI_API_BASE_URL = process.env.OPENAI_API_BASE_URL; | |
// API key. | |
export const OPENAI_API_KEY = process.env.OPENAI_API_KEY; |