Change default ollama type in config#201
Conversation
|
❌ Tests failed (exit code: 1) 📊 Test Results
Branch: 📋 Full coverage report and logs are available in the workflow run. |
|
@TigranTigranTigran could you look and test this PR fix and see. paridhi was able to resolve something. |
NISH1001
left a comment
There was a problem hiding this comment.
@paridhi-parajuli could you also run the changes code through pre-commit hoooks?
uv pip install pre-commit
pre-commit install
|
❌ Tests failed (exit code: 1) 📊 Test Results
Branch: 📋 Full coverage report and logs are available in the workflow run. |
|
@TigranTigranTigran I have hardcoded the |
|
In line 102, the default guardian model was set to 2b. But in line 167, if we had to use |
@paridhi-parajuli I've just tested the code on
|
|
@TigranTigranTigran, I tried using the latest But my ollama is running fine when i test using any curl command. |
@paridhi-parajuli But in that case, you need to set Can you try it with |
|
Had a call with @TigranTigranTigran , |
|
❌ Tests failed (exit code: 1) 📊 Test Results
Branch: 📋 Full coverage report and logs are available in the workflow run. |
|
@paridhi-parajuli @TigranTigranTigran can you both verify if the working solution in the PR is the final one so that i can merge |
|
This solution works fine with the backend. |
|
@TigranTigranTigran can we also add proper tests for tehse so that in future we can capture this at tests level as well? Could be another PR. Some integration tests or something. Feel free to apprve this PR. |
Summary 📝
The guardian-guardrails tool was using the default config from
akd/configs/guardrails_config.py.Details
Describe more what you did on changes.
SERVERas the defaultollama_typeBugfixes 🐛 (delete if dind't have any)
Checks