Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/muhammadusman-10/ci-python
- Owner: MuhammadUsman-10
- License: mit
- Created: 2024-11-20T21:59:25.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T04:33:36.000Z (26 days ago)
- Last Synced: 2024-12-22T15:18:31.390Z (14 days ago)
- Topics: chatbots, chromadb, computational-intelligence, langchain, llms, openai, vector-database
- Language: Python
- Homepage:
- Size: 525 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 😁