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

https://github.com/montyanderson/cooper

🤖 Create AI agents with language models + tools.
https://github.com/montyanderson/cooper

agent chatgpt deno gpt-3 machine-learning typescript

Last synced: about 2 months ago
JSON representation

🤖 Create AI agents with language models + tools.

Awesome Lists containing this project

README

        

![cooper logo](logo.png)

Create AI agents with language models + tools.

![Screenshot](./screenshot.png)

## install

1. get deno. on mac + linux:

```
curl -fsSL https://deno.land/x/install/install.sh | sh
```

2. download the repo:

```
git clone https://github.com/montyanderson/cooper.git; cd cooper
```

3. set your api key

```
export OPENAI_API_KEY=xxx
```

4. run the agent!

```
./example.ts "best floating points album"
```