Uh oh!
There was an error while loading. Please reload this page.
Add integration checks for comparing the result of calling the model API directly vs via CodeGate - #1032
Conversation
778e682 to
2ece4d7CompareSigned-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
Uh oh!
There was an error while loading. Please reload this page.
aponcedeleonch
left a comment
There was a problem hiding this comment.
Just one comment. But in general the code looks good. Out of curiosity, are we not going to test also with OpenAI, Anthropic and Openrouter?
My understanding is that it is enough to ensure this for one provider and so it doesn't make sense to repeat it for others (and consume API tokens). Is this correct assumption or we should extend these tests for the others too? |
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
aponcedeleonch
commented
Feb 13, 2025
Yes, that's right |
This introduces the following format:
Fixes: #841