Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danishi/langchain-practice
https://github.com/danishi/langchain-practice
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danishi/langchain-practice
- Owner: danishi
- Created: 2024-01-20T07:02:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-20T12:01:25.000Z (11 months ago)
- Last Synced: 2024-05-02T04:16:32.506Z (8 months ago)
- Language: Python
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LangChain Practice
This repository references [harukaxq/langchain-book](https://github.com/harukaxq/langchain-book)## Setup
```
$ python -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ export OPENAI_API_KEY=sk-******
``````
> python -m venv venv
> venv\Scripts\activate
> pip install -r requirements.txt
> set OPENAI_API_KEY=sk-******
```