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: tests/integration/testcases.yaml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ headers:
4
4
openai:
5
5
Authorization: Bearer ENV_OPENAI_KEY
6
6
ollama:
7
+
Content-Type: application/json
7
8
llamacpp:
8
9
anthropic:
9
10
x-api-key: ENV_ANTHROPIC_KEY
@@ -275,20 +276,20 @@ testcases:
275
276
"role":"user"
276
277
}
277
278
],
278
-
"model":"qwen2.5-coder:latest",
279
+
"model":"qwen2.5-coder:0.5b",
279
280
"stream":true,
280
281
"temperature":0
281
282
}
282
283
likes: |
283
-
Hello! How can I assist you today? If you have any questions or need guidance on secure coding practices, software security, package analysis, or anything else related to cybersecurity, feel free to ask!
0 commit comments