Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rohatdgnr/a-simple-chatbot-with-flask-and-openai

This project shows how to create a simple chatbot using Flask and OpenAI. The project receives messages from users and generates responses using OpenAI's GPT-3.5 model.
https://github.com/rohatdgnr/a-simple-chatbot-with-flask-and-openai

Last synced: 9 days ago
JSON representation

This project shows how to create a simple chatbot using Flask and OpenAI. The project receives messages from users and generates responses using OpenAI's GPT-3.5 model.

Awesome Lists containing this project

README

        

# Flask ve OpenAI ile Basit Bir Chatbot

- Bu proje, Flask ve OpenAI kullanarak basit bir sohbet botu oluşturmayı göstermektedir. Proje, kullanıcılardan gelen mesajları alır ve OpenAI'nin GPT-3.5 modelini kullanarak yanıtlar üretir.

# Gereksinimler
- Python 3.6+

- OpenAI API anahtarı

# Kurulum
- Gerekli paketleri yükleyin:
- pip install flask flask-cors openai
- app.py dosyasını oluşturun ve projedeki kodu ekleyin:

# Kullanım
- index.html dosyasını tarayıcıda açın ve mesajınızı girin.
- "Send" butonuna tıklayarak mesajınızı gönderin ve yanıtı alın.

# Not
- Bu proje, eğitim amaçlı basit bir örnek sunmaktadır ve üretim ortamında kullanıma uygun değildir. Daha güvenli ve ölçeklenebilir bir çözüm için ek yapılandırma ve güvenlik önlemleri gereklidir.

# Katkıda Bulunma
- Bu projeye katkıda bulunmak isterseniz, lütfen bir pull request oluşturun veya bir sorun bildirisi açın.