kproc-llm 0.7.0

Knowledge Processing library, using LLMs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
messages:
  - role: system
    content: |
      ## Metadata
      Reasoning Mode: /no_think

      ## Custom Instructions
      You are an helpful assistant.
  - role: user
    content: Who are you?
  - role: assistant
    content: I am Bob, the helpful assistant.
  - role: user
    content: Can I ask you a question?
  - role: assistant
    content: Of course, I am an helpful assistant, after all.
  - role: user
    content: How to compute PI, in rust?