https://github.com/crypto-artisan/chatbot-openai-langchain
Chatbot-best-pratice-with-langchain (comprehensive)
https://github.com/crypto-artisan/chatbot-openai-langchain
Last synced: 2 months ago
JSON representation
Chatbot-best-pratice-with-langchain (comprehensive)
- Host: GitHub
- URL: https://github.com/crypto-artisan/chatbot-openai-langchain
- Owner: crypto-artisan
- Created: 2024-02-09T06:31:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T06:43:10.000Z (over 1 year ago)
- Last Synced: 2025-01-19T22:23:14.233Z (4 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# hands-on python codebase using Open AI Api_key
## text generation
## text-to-image
## text-to-speech
## speech-to-text
## image-to-text (vision)
## moderation# Get started
## create a .env file
### 1.insert OPENAI_API_KEY = 'your_own_api_key'
### 2.execute
``````
# bash
pip install -r requirements.txtpython main.py
``````powered by hightecular95908