Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first version #1

Open
painpoung opened this issue Apr 2, 2024 · 0 comments
Open

first version #1

painpoung opened this issue Apr 2, 2024 · 0 comments
Assignees
Labels
roadmap roadmap issue to track what to do

Comments

@painpoung
Copy link
Owner

The first feature we want is simply the ability to communicate with GPT3.5 (only) through LINE.

We want to setup all the elements for future developments.

|-- .github
|   `-- workflows
|       `-- python-app.yml        # GitHub Actions workflow for CI/CD
|-- app
|   |-- static                    # Static files like JS, CSS, images
|   |-- templates                 # HTML templates
|   |-- __init__.py               # Initializes Flask app
|   |-- models.py                 # Database models
|   |-- views.py                  # Routes and views for your application
|   `-- utils
|       |-- llm.py                # Large Language Model integration
|-- tests
|   `-- test_app.py               # Test cases for your app
|-- .gitignore                    # Specifies intentionally untracked files to ignore
|-- requirements.txt         # Project dependencies
`-- app.py                        # Entry point of the Flask application
@painpoung painpoung added the roadmap roadmap issue to track what to do label Apr 2, 2024
@painpoung painpoung self-assigned this Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roadmap roadmap issue to track what to do
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant