An open API service indexing awesome lists of open source software.

https://github.com/hungpm372/simple-llm-application-with-lcel

This is a simple application of the LLM (Lattice Conditional Execution Language) with the LCEL (Lattice Conditional Execution Language) library. The application is a simple calculator that can perform addition, subtraction, multiplication, and division.
https://github.com/hungpm372/simple-llm-application-with-lcel

langchain lcel llm openai

Last synced: 3 months ago
JSON representation

This is a simple application of the LLM (Lattice Conditional Execution Language) with the LCEL (Lattice Conditional Execution Language) library. The application is a simple calculator that can perform addition, subtraction, multiplication, and division.

Awesome Lists containing this project

README

          

# simple-LLM-application-with-LCEL

This is a simple application of the LLM (Lattice Conditional Execution Language) with the LCEL (Lattice Conditional Execution Language) library. The application is a simple calculator that can perform addition, subtraction, multiplication, and division. The calculator uses the LLM to execute conditional statements based on the input from the user.

# Running the Application
To run the application, you need to have the LCEL library installed on your system. You can install the LCEL library by running the following command:

```
pip install poetry
poetry install
```
# Starting the Application
To start the application, run the following command:

```
python serve.py
```
The application will start running on port 8000. You can access the application by opening a web browser and navigating to http://localhost:8000/chain/playground/.