Skip to content

Commit 215bcf1

Browse files
Update README.md
updated issues to solve
1 parent fc28486 commit 215bcf1

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
#### Newbie-friendly Readme will be made soon
1+
### Newbie-friendly Readme will be made soon
22
---
3-
### Issues to solve:
4-
#### Unstructured model output.
5-
The model does not always obey given instructions. Potential solution to the problem will be to incorporate `Pydantic` BaseModel. More on this topic here: https://medium.com/@haldankar.deven/cracking-the-code-getting-structured-output-from-ollama-15652c4613e1
3+
## Issues to solve:
4+
### Unstructured model output.
5+
6+
The model does not always obey given instructions. Potential solution to the problem will be to incorporate `Pydantic` BaseModel.
7+
8+
More on this topic here: https://medium.com/@haldankar.deven/cracking-the-code-getting-structured-output-from-ollama-15652c4613e1
9+
610
---
7-
#### No context window
11+
### No context window
12+
813
Every time the model is called, the context window gets reset. It happens because upon every model call, connection with model is rebuilt.
914

1015
It happens twice per question:

0 commit comments

Comments
 (0)