https://github.com/sofyan48/belanak
https://github.com/sofyan48/belanak
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sofyan48/belanak
- Owner: sofyan48
- Created: 2024-12-11T15:33:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T10:07:24.000Z (10 months ago)
- Last Synced: 2025-02-19T14:07:48.658Z (8 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: .github/code_of_conduct.md
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
```