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

https://github.com/sofyan48/belanak


https://github.com/sofyan48/belanak

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Mistral AI Example
Running via poetry and activate virtualenvironment
```
poetry shell
```

## Install Requirement
```
poetry install
```

## Environment Setup
```
cp env.example .env
```
please setup APP_ENVIRONTMENT to local if you setup on development mode

## Running
```
python main.py
```