diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6c4a75ad..60004c1c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -10,7 +10,7 @@ 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 @@ -18,7 +18,7 @@ on: 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' diff --git a/src/JD.AI.Workflows/Models/intent_classifier.zip b/src/JD.AI.Workflows/Models/intent_classifier.zip index 187ed4de..2a19992c 100644 Binary files a/src/JD.AI.Workflows/Models/intent_classifier.zip and b/src/JD.AI.Workflows/Models/intent_classifier.zip differ diff --git a/src/JD.AI.Workflows/Models/ollama_training_data.jsonl b/src/JD.AI.Workflows/Models/ollama_training_data.jsonl index dddcf6d0..1dad6dd1 100644 --- a/src/JD.AI.Workflows/Models/ollama_training_data.jsonl +++ b/src/JD.AI.Workflows/Models/ollama_training_data.jsonl @@ -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} @@ -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}