Skip to content

Commit c72c285

Browse files
authored
Update README.md
1 parent b87f1f6 commit c72c285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Live: https://dontcompete.vercel.app
1919

2020
## Possible Improvements and prototype ideas (during GSoC)
2121

22+
- [ ] Note that one of the current challenges is that the LLM is slow since there's so much to process, so we don't want to wait for one response to ask for another. We currently rely on stateless prompt and it should be the way it is.
23+
- [ ] Evaluate other llm runtimes than ollama like ONNX for size
2224
- [ ] OCR doesn't work well on different colors and some scenarios.
2325
- [ ] LLaMA 3.1 isn't accurate enough, evaluate more models
2426
- [ ] Duplicate handling in topic classification is a bit too strict.
2527
- [ ] Consider shifting knowledge generation fully to TypeScript?
26-
- [ ] Note that one of the current challenges is that the LLM is slow since there's so much to process, so we don't want to wait for one response to ask for another. We currently rely on stateless prompt and it should be the way it is.
27-
- [ ] Evaluate other llm runtimes than ollama like ONNX for size
2828
- [ ] Allow user to choose and download model using GUI
2929
- [ ] Expand to exams other than GATE.
3030
- [ ] Shift to asynchronous operations where viable.

0 commit comments

Comments
 (0)