lion-devs / otomati-app

Otomati APP help communicate with AI models in a more human-like way.
Apache License 2.0
1 stars 1 forks source link

🖥️ Otomati APP

Otomati APP CI/CD

Otomati APP help communicate with AI models in a more human-like way.

Overview of the App

This app collects the basic functionalities of the LangChain framework.

Current examples include:

Get an OpenAI API key

You can get your own OpenAI API key by following the following instructions:

  1. Go to https://platform.openai.com/api-keys.
  2. Click on the + Create new secret key button.
  3. Next, enter an identifier name (optional) and click on the Create secret key button.

Run it locally

To run the app locally, you can follow these steps:

poetry install
streamlit run otomati_app/Home.py
poetry publish

or you can use the following command to run the app in a Docker container:

Acknowledgements

This project was inspired by and includes code from the following repository:

The code is used under the Apache 2.0 license. For more information, please refer to the LICENSE file in this repository and the original project's repository.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.