LLM-API is a Python-based project aimed at integrating language model capabilities into applications. This API makes it easier for students to create study plans according to certain characteristics through an LLM.
To set up the LLM-API on your local environment, follow these steps:
- Clone the repository:
git clone https://github.com/AndresFVargasV/LLM-API.git
- Navigate to the cloned directory:
cd LLM-API
- Install the required packages:
pip install -r requirements.txt
For the operation of this project is necessary to have an OpenAI Key.
Run the application using the following command:
python main.py
This will start the API server, allowing you to send requests to process text through the configured language models.
The UI for this project is located in this repository: Student Schedule - Frontend
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.