Commit graph

2 commits

Author SHA1 Message Date
Ben Browning
ef684ff178 Fix openai_completion tests for ollama
When called via the OpenAI API, ollama is responding with more brief
responses than when called via its native API. This adjusts the
prompting for its OpenAI calls to ask it to be more verbose.
2025-04-09 15:47:02 -04:00
Ben Browning
52b4766949 Start some integration tests with an OpenAI client
This starts to stub in some integration tests for the
OpenAI-compatible server APIs using an OpenAI client.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-04-09 15:47:02 -04:00