Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rohatdgnr/a-simple-chatbot-with-flask-and-openai
- Owner: rohatdgnr
- License: mit
- Created: 2024-05-31T01:03:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T01:15:27.000Z (7 months ago)
- Last Synced: 2024-05-31T03:29:04.983Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.