File size: 379 Bytes
f32888c
 
22507c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# open-o1
o1 like 

## TODO
[ ] add fallback llms 
[ ] better error handling
[ ] Add Tools (web, math, code)
[ ] Make cli


## What it does
- It takes a prompt , thinks, thinks again, critics itself, then returns answer 

## Installation

```bash
git clone https://github.com/tikendraw/open-o1.git

cd open-o1

pip install -r requirements.txt

streamlit run app.py
```

HAVE FUN.