Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaoyun Zhang committed Feb 19, 2024
1 parent f179945 commit c5eecd5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pip install -r requirements.txt
```

### ⚙️ Step 2: Configure the LLMs
Before running UFO, you need to provide your LLM configurations. Taking OpenAI as an example, you can configure `ufo/config/config.yaml` file as follows.
Before running UFO, you need to provide your LLM configurations. You can configure `ufo/config/config.yaml` file as follows.

#### OpenAI
```
Expand Down Expand Up @@ -166,6 +166,11 @@ If you use UFO in your research, please cite our paper:
}
```

## 📝 Todo List
[] Support local host GUI interaction model.
[] RAG enhanced UFO.
[] Chatbox GUI for UFO.

## 🎨 Related Project
You may also find [TaskWeaver](https://github.com/microsoft/TaskWeaver?tab=readme-ov-file) useful, a code-first LLM agent framework for seamlessly planning and executing data analytics tasks.

Expand Down

0 comments on commit c5eecd5

Please sign in to comment.