Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:
chat_model:
description: 'Ollama chat model to use'
required: false
default: 'qwen2.5:0.5b'
default: 'llama3.2:1b'
embedding_model:
description: 'Ollama embedding model to use'
required: false
default: 'all-minilm:22m'

env:
DOTNET_NOLOGO: true
OLLAMA_CHAT_MODEL: ${{ inputs.chat_model || 'qwen2.5:0.5b' }}
OLLAMA_CHAT_MODEL: ${{ inputs.chat_model || 'llama3.2:1b' }}
OLLAMA_EMBEDDING_MODEL: ${{ inputs.embedding_model || 'all-minilm:22m' }}
EXTENSIONS_INTEGRATION_TESTS: 'true'
TUI_INTEGRATION_TESTS: 'true'
Expand Down
Binary file modified src/JD.AI.Workflows/Models/intent_classifier.zip
Binary file not shown.
22 changes: 11 additions & 11 deletions src/JD.AI.Workflows/Models/ollama_training_data.jsonl
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
{"Prompt":"Archive old npm logs to S3","IsWorkflow":false}
{"Prompt":"What would make python more maintainable?","IsWorkflow":false}
{"Prompt":"Create a worktree for the python feature branch","IsWorkflow":false}
{"Prompt":"Deploy database to the staging environment","IsWorkflow":false}
{"Prompt":"Scale the git service to 3 replicas","IsWorkflow":true}
{"Prompt":"Deploy database to the staging environment","IsWorkflow":true}
{"Prompt":"Scale the git service to 3 replicas","IsWorkflow":false}
{"Prompt":"Background: cloud has been causing issues since last week","IsWorkflow":false}
{"Prompt":"Does cloud support WebSocket connections?","IsWorkflow":false}
{"Prompt":"Does cloud support WebSocket connections?","IsWorkflow":true}
{"Prompt":"Add fuzzing tests for the database input handler","IsWorkflow":false}
{"Prompt":"Seed the cloud database with test fixtures","IsWorkflow":false}
{"Prompt":"How do I configure ci-cd authentication?","IsWorkflow":false}
{"Prompt":"Replace all TODO comments in the file-ops codebase with proper issues","IsWorkflow":false}
{"Prompt":"What do you think about networking for this use case?","IsWorkflow":false}
{"Prompt":"Write a Dockerfile for the monitoring service","IsWorkflow":true}
{"Prompt":"Write a Dockerfile for the monitoring service","IsWorkflow":false}
{"Prompt":"How can we improve the api developer experience?","IsWorkflow":false}
{"Prompt":"What\u0027s new in the devops release notes?","IsWorkflow":false}
{"Prompt":"Add a required reviewer to the shell PR pipeline","IsWorkflow":false}
Expand All @@ -28,23 +28,23 @@
{"Prompt":"Update the CHANGELOG for git","IsWorkflow":false}
{"Prompt":"Background: database has been causing issues since last week","IsWorkflow":false}
{"Prompt":"Create a PR that adds telemetry and add reviewers","IsWorkflow":false}
{"Prompt":"Remove the dead code from the devops module","IsWorkflow":true}
{"Prompt":"Remove the dead code from the devops module","IsWorkflow":false}
{"Prompt":"Should we use git or stick with the current approach?","IsWorkflow":false}
{"Prompt":"Squash the last 5 commits and force push","IsWorkflow":false}
{"Prompt":"Update the CHANGELOG for git","IsWorkflow":true}
{"Prompt":"Update the CHANGELOG for git","IsWorkflow":false}
{"Prompt":"Replace all TODO comments in the networking codebase with proper issues","IsWorkflow":false}
{"Prompt":"Write integration tests for the shell API","IsWorkflow":false}
{"Prompt":"Does debugging support WebSocket connections?","IsWorkflow":true}
{"Prompt":"Does debugging support WebSocket connections?","IsWorkflow":false}
{"Prompt":"What patterns work best for docker-compose at scale?","IsWorkflow":false}
{"Prompt":"Fix the formatting in all database source files","IsWorkflow":false}
{"Prompt":"Tag the release v1.1.0 for file-ops","IsWorkflow":true}
{"Prompt":"Tag the release v1.1.0 for file-ops","IsWorkflow":false}
{"Prompt":"Run a migration to add index on docs.events","IsWorkflow":true}
{"Prompt":"Build and push the testing image to the registry","IsWorkflow":true}
{"Prompt":"Build and push the testing image to the registry","IsWorkflow":false}
{"Prompt":"Write integration tests for the testing API","IsWorkflow":false}
{"Prompt":"Audit the npm packages in cloud for vulnerabilities","IsWorkflow":false}
{"Prompt":"Background: networking has been causing issues since last week","IsWorkflow":false}
{"Prompt":"Prune all stopped containers and dangling images","IsWorkflow":false}
{"Prompt":"Does code-review support WebSocket connections?","IsWorkflow":true}
{"Prompt":"Does code-review support WebSocket connections?","IsWorkflow":false}
{"Prompt":"Check the health of devops in production","IsWorkflow":false}
{"Prompt":"Dump the database production DB to a file","IsWorkflow":true}
{"Prompt":"Should we use git or stick with the current approach?","IsWorkflow":true}
{"Prompt":"Should we use git or stick with the current approach?","IsWorkflow":false}