Libra Core is a python core project for libra chatbot
This project uses Poetry for dependency management. To set up and run the project:
-
Ensure you have Python and Poetry installed on your system.
-
Clone the repository:
git clone https://github.com/your-username/libra-core.git
cd libra-core
- Install dependencies using Poetry:
poetry install
To run the API server:
poetry shell
python entrypoints/openai/api_server.py
entrypoints/openai/
: Contains the API server codelibra/
: Core library codetests/
: Test files
[Add information about how others can contribute to your project]
[Add your license information here]