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
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,15 +128,11 @@ forego run go run . web
128
128
### Prepare preset data file in YAML
129
129
130
130
```yaml
131
-
# Simple preset
132
131
welcome: "Hello, I am your virtual assistant. How can I help you?"
133
132
systemPrompt: "You are a helpful assistant."
134
133
toolsPrompt: "You will select the appropriate tool based on the user's question and call the tool to solve the problem."
135
134
136
135
# Or with custom tool descriptions
137
-
welcome: "Hello, I am your virtual assistant. How can I help you?"
138
-
systemPrompt: "You are a helpful assistant."
139
-
toolsPrompt: "You will select the appropriate tool based on the user's question and call the tool to solve the problem."
140
136
tools:
141
137
kb_search: "Search documents in knowledge base with subject. When faced with unknown or uncertain issues, prioritize consulting the knowledge base."
142
138
kb_create: "Create new document of knowledge base, all parameters are required. Note: Unless the user explicitly requests supplementary content, do not invoke it."
@@ -165,7 +161,7 @@ GRANT ALL PRIVILEGES ON DATABASE morign to morign;
165
161
166
162
\c morign
167
163
168
-
-- optional: install extension from https://github.com/pgvector/pgvector
164
+
-- install extension from https://github.com/pgvector/pgvector
0 commit comments