- Python
- Colab
Working to run in colab
Run all the code snippets of the ipynb and then replace the API_KEY
with your own OpenAI's API key. Access the link from the tunnel and that's all you have access to PowerBot
Running it on local host
Clone the repository :
git clone https://github.com/sanj33krsna/Code-Bot-PowerBot.git
Navigate to the project directory :
cd Code-Bot-PowerBot
Create a virtual environment :
python -m venv .venv
.\.venv\Scripts\activate
Install the required dependencies in the virtual environment :
pip install -r requirements.txt
Launch the chat service locally :
streamlit run chatbot.py
https://colab.research.google.com/drive/1JTov7LWEerqNsVybVQyeGLVHUHmAlYBA?usp=sharing
- Update on AI including the option to choose your required LLMs such as cohere, OpenAI
- Option to add your own API token