/libra-core

AI Core for libra chatbot

Primary LanguagePython

Libra Core

Description

Libra Core is a python core project for libra chatbot

Installation

This project uses Poetry for dependency management. To set up and run the project:

  1. Ensure you have Python and Poetry installed on your system.

  2. Clone the repository:

git clone https://github.com/your-username/libra-core.git
cd libra-core
  1. Install dependencies using Poetry:
poetry install

Usage

To run the API server:

poetry shell
python entrypoints/openai/api_server.py

Project Structure

  • entrypoints/openai/: Contains the API server code
  • libra/: Core library code
  • tests/: Test files

Contributing

[Add information about how others can contribute to your project]

License

[Add your license information here]