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: Flows/JobFinder/actor_1.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,11 @@
3
3
"order": 1,
4
4
"name": "IT Job Finder",
5
5
"description": "1st in a flow",
6
-
"model": "llama3.1:8b",
6
+
"model": "gemma2:2b",
7
+
"behaviours": { "Finder": "Extract best 5 jobs that you can find in memory. Try to include details such us company name, location, salary and job title. Present your response in nice and professional way" },
7
8
"context":
8
9
{
9
-
"instruction": "Include complete job list from user input (always include all offers to show complete list), provide link to job if possible. Also mentione source of information if possible",
Copy file name to clipboardExpand all lines: Flows/JobFinder/actor_2.json
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@
4
4
"name": "RemoteOK seeker",
5
5
"description": "2st in a flow",
6
6
"model": "llama3.2:3b",
7
-
"behaviours": { "Seeker": "Write summary of jobs offers included in json (title, position, salary, company, provide job link if possible) ",
8
-
"Extractor": "Extract at least 5 best jobs postings (and mentione source: in your remoteok.com) from all summaries you created that fits user filter: @filter@" },
7
+
"behaviours": { "Extractor": "Extract at least 4 jobs offers (try to include title, company name, salary and location if possible). User filter is: @filter@" },
9
8
"context":
10
9
{
11
10
"source":
@@ -17,11 +16,11 @@
17
16
"method": "Get",
18
17
"query": "",
19
18
"payload": "",
20
-
"chunkLimit": 15,
19
+
"chunkLimit": 20,
21
20
"responseType": "JSON"
22
21
}
23
22
},
24
-
"instruction": "Here you can see list of tags that are available to you. You will get request from user request related to job search and you need to prepare filter in this format filter::{query}. If user is looking for backend python positon filter should look like this filter::{python,backend}. Plese focus on filter format it has to be correct. Its very important filter::{something}. Write filter only once in order to be properly replaced. Also be carefull with tags, you cannot use anything that its not present on the list. Here you can see list of tags: engineer, dev, backend, frontend, full stack, cloud, javascript, python, react, net, devops, sql, aws, docker, linux, java, golang, mobile, ios, android, graphql, typescript, node, html, css, testing, kubernetes, product manager, remote, designer, ui/ux, data science, machine learning",
"instruction": "Here you can see list of tags that are available to you. You will get request from user request related to job search and you need to prepare filter in this format filter::{query}. Dont include anything else in response, and there should be only one filter. If user is looking for backend python positon filter should look like this filter::{python,backend}. Plese focus on filter format it has to be correct. Its very important filter::{something}. Write filter only once in order to be properly replaced. Also be carefull with tags, you cannot use anything that its not present on the list. Here you can see list of tags: engineer, dev, backend, frontend, full stack, cloud, javascript, python, react, net, devops, sql, aws, docker, linux, java, golang, mobile, ios, android, graphql, typescript, node, html, css, testing, kubernetes, product manager, remote, designer, ui/ux, data science, machine learning",
Copy file name to clipboardExpand all lines: Flows/JobFinder/actor_3.json
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@
4
4
"name": "TheMuse seeker",
5
5
"description": "3st in a flow",
6
6
"model": "llama3.2:3b",
7
-
"behaviours": { "Seeker": "Write summary of jobs offers included in json (title, position, salary, company, provide job link if possible)",
8
-
"Extractor": "Extract at least 5 best jobs postings (and mentione source: in your case its themuse.com) from all summaries you created that fits user filter: @filter@" },
7
+
"behaviours": { "Extractor": "Extract at least 4 jobs offers (try to include title, company name, salary and location if possible). User filter is: @filter@" },
9
8
"context":
10
9
{
11
10
"source":
@@ -17,11 +16,11 @@
17
16
"method": "Get",
18
17
"query": "",
19
18
"payload": "",
20
-
"chunkLimit": 15,
19
+
"chunkLimit": 20,
21
20
"responseType": "JSON"
22
21
}
23
22
},
24
-
"instruction": "Here you can see list of tags that are available to you. You will get request from user request related to job search and you need to prepare filter in this format filter::{query}. If user is looking for backend python positon filter should look like this filter::{python,backend} Here you can see list of tags: engineer, dev, backend, frontend, full stack, cloud, javascript, python, react, c#, devops, sql, aws, docker, linux, java, golang, mobile, ios, android, graphql, typescript, node, html, css, testing, kubernetes, product manager, remote, designer, ui/ux, data science, machine learning",
"instruction": "Here you can see list of tags that are available to you. You will get request from user request related to job search and you need to prepare filter in this format filter::{query}. Dont include anything else in response, and there should be only one filter. If user is looking for backend python positon filter should look like this filter::{python,backend} Here you can see list of tags: engineer, dev, backend, frontend, full stack, cloud, javascript, python, react, c#, devops, sql, aws, docker, linux, java, golang, mobile, ios, android, graphql, typescript, node, html, css, testing, kubernetes, product manager, remote, designer, ui/ux, data science, machine learning",
Copy file name to clipboardExpand all lines: Flows/JobFinder/actor_4.json
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@
4
4
"name": "4DaysWeek seeker",
5
5
"description": "4st in a flow",
6
6
"model": "llama3.2:3b",
7
-
"behaviours": { "Seeker": "Write summary of jobs offers included in json (title, position, salary, company, provide job link if possible)",
8
-
"Extractor": "Extract at least 5 best jobs postings (and mentione source: in your case its 4dayweek.io) from all summaries you created that fits user filter: @filter@" },
7
+
"behaviours": { "Extractor": "Extract at least 4 jobs offers (try to include title, company name, salary and location if possible). User filter is: @filter@" },
9
8
"context":
10
9
{
11
10
"source":
@@ -17,11 +16,11 @@
17
16
"method": "Get",
18
17
"query": "",
19
18
"payload": "",
20
-
"chunkLimit": 15,
19
+
"chunkLimit": 20,
21
20
"responseType": "JSON"
22
21
}
23
22
},
24
-
"instruction": "Here you can see list of tags that are available to you. You will get request from user request related to job search and you need to prepare filter in this format filter::{query}. If user is looking for python positon filter should look like this filter::{Python}. Here is the list: engineer, dev, backend, frontend, full stack, cloud, javascript, python, react, net, devops, sql, aws, docker, linux, java, golang, mobile, ios, android, graphql, typescript, node, html, css, testing, kubernetes, product manager, remote, designer, ui/ux, data science, machine learning",
"instruction": "Here you can see list of tags that are available to you. You will get request from user request related to job search and you need to prepare filter in this format filter::{query}. Dont include anything else in response, and there should be only one filter. If user is looking for python positon filter should look like this filter::{Python}. Here is the list: engineer, dev, backend, frontend, full stack, cloud, javascript, python, react, net, devops, sql, aws, docker, linux, java, golang, mobile, ios, android, graphql, typescript, node, html, css, testing, kubernetes, product manager, remote, designer, ui/ux, data science, machine learning",
Copy file name to clipboardExpand all lines: Flows/JobFinder/actor_5.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
"model": "llama3.2:3b",
7
7
"context":
8
8
{
9
-
"instruction": "Prettify information about jobs and create clear list from given offers.",
9
+
"instruction": "Prettify information about jobs and create clear list from given offers. Dont mentione that its prettified list, try to be professional with description",
0 commit comments