Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lingjiao Chen authored and Lingjiao Chen committed Jun 23, 2023
1 parent 5a01d5d commit a46f0a6
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@

The FrugalGPT framework offers a collection of techniques for _building LLM applications with budget constraints_.

## 🚀 Getting Started

You can directly run the [Google Colab Notebook](https://colab.research.google.com/drive/1LM-Wq-u87VI4TKM4thpnwepnOxTAtWaM?authuser=1#scrollTo=a95a1eec) to experience FrugalGPT. You don't even need API keys to get started with it.

Once you go through the notebook, you'll be ready to build your own LLM applcations with FrugalGPT!


## 🔧 Installation
To install FrugalGPT, run the following commands:
You can also install FrugalGPT locally by running the following commands:

```
git clone https://github.com/stanford-futuredata/FrugalGPT
Expand All @@ -18,16 +25,8 @@ wget -P db/ https://github.com/lchen001/DataHolder/releases/download/v0.0.1/qa_c
```


Now you are ready to use the [local intro notebook](intro.ipynb)!

Now you are ready to use the [intro notebook](intro.ipynb)!

## 🚀 Getting Started

Our [intro notebook](intro.ipynb) provides examples of using FrugalGPT in a few different applications.

You can also directly start with the [Google Colab Notebook](https://colab.research.google.com/drive/1LM-Wq-u87VI4TKM4thpnwepnOxTAtWaM?authuser=1#scrollTo=a95a1eec). You don't even need API keys to get started with it.

Once you go through the notebook, you'll be ready to build your own LLM applcations with FrugalGPT!


## 📚 Read More
Expand Down

0 comments on commit a46f0a6

Please sign in to comment.