8000 GitHub - penghunix/chatbot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

penghunix/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CLI Chatbot Using OpenAi API

## from scratch
python -m venv venv
# on Windows
venv\Scripts\activate
# on Linux
source venv\bin\activate

pip install --upgrade openai
python openai_test.py

## using requirements
pip freeze > requirements.txt
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0