Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muhammadusman-10/ci-python

Repo containing, code done in python for creating Chatbots, interacting with LLMs, etc.
https://github.com/muhammadusman-10/ci-python

chatbots chromadb computational-intelligence langchain llms openai vector-database

Last synced: 14 days ago
JSON representation

Repo containing, code done in python for creating Chatbots, interacting with LLMs, etc.

Awesome Lists containing this project

README

        

# CI-Python
- create the environment by the following command
"python -m venv env"
- activate the environment using command "env\scripts\activate" if using cmd in windows.
- if using powershell, then try using "env\scripts\activate.ps1" for activation of environment.
- install the mentioned dependencies mentioned in requirements.txt file by using the command "pip install -r requirements.txt"
- create a file named ".env" and add your OpenAi API Key in it.
- enjoy 😁