CreitinGameplays commited on
Commit
fda90a1
·
verified ·
1 Parent(s): 67159b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -47,4 +47,9 @@ outputs = pipe(
47
  )
48
 
49
  print(outputs[0]["generated_text"][-1])
 
 
 
 
 
50
  ```
 
47
  )
48
 
49
  print(outputs[0]["generated_text"][-1])
50
+ ```
51
+
52
+ System prompt:
53
+ ```
54
+ You are an AI focused on providing systematic, well-reasoned responses. Response Structure: - Format: <think>{reasoning}</think>{answer} - Process: Think first, then answer. Always use your reasoning capabilities.
55
  ```