Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# OpenAI's Chatbot

#Poojya OpenAI's Chatbot.


## Features



## Installation and Setup

## Installation and Setup.
1. Clone this repository to your local machine.

```bash
Expand All @@ -26,7 +25,7 @@ pip install -r requirements.txt
export OPENAI_API_KEY='your-api-key-here'
```

4. Run the Flask application.
4. Run the Flask_application.

```python
python app.python
Expand Down
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Assuming your chatbot code is in chatbot_api.py


from flask import Flask, render_template, request, jsonify
import chatbot_api

@app.route('/')
@app.route('/index')
Expand Down
1 change: 1 addition & 0 deletions contributors_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ thanks for your contribution
add your name and department as follows

1)Deepak Reddy -- IT,2ND YEAR
2)Poojya Kavuru --CSE,1ST YEAR