Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danishi/langchain-practice


https://github.com/danishi/langchain-practice

Last synced: about 1 month ago
JSON representation

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-******
```