mirror of
https://github.com/microcron/pink.git
synced 2026-04-27 18:22:13 +00:00
Revise README for JSON makeup and query details
Updated README with new JSON makeup format for queries.
This commit is contained in:
11
README
11
README
@@ -7,8 +7,9 @@ The filenames in the ? dir are our queries for SEARCH_MODEL (excluding the .json
|
|||||||
Everytime the workflow runs, we query SEARCH_MODEL for each filename, and add the latest response inside.
|
Everytime the workflow runs, we query SEARCH_MODEL for each filename, and add the latest response inside.
|
||||||
We cut off the tail if longer than JSON_ROLLING_WINDOW.
|
We cut off the tail if longer than JSON_ROLLING_WINDOW.
|
||||||
|
|
||||||
<3.json is our ungoing chat with REASON_MODEL. JSON_ROLLING_WINDOW also applies to <3.json.
|
JSON Makeup:
|
||||||
|
User: filename query
|
||||||
<3.json makeup:
|
Assistant: Date followed by SEARCH_MODEL response.
|
||||||
|
User: REASON_MODEL_QUERY
|
||||||
User:
|
Assistant: REASON_MODEL_RESPONSE (ntfy call)
|
||||||
|
... REPEAT
|
||||||
|
|||||||
Reference in New Issue
Block a user