You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
-
####Newbie-friendly Readme will be made soon
1
+
### Newbie-friendly Readme will be made soon
2
2
---
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
+
6
10
---
7
-
#### No context window
11
+
### No context window
12
+
8
13
Every time the model is called, the context window gets reset. It happens because upon every model call, connection with model is rebuilt.
0 commit comments