trustgraph/tests/unit/test_text_completion
cybermaggedon 3580e7a7ae
Remove some 'unnecessary' parameters from OpenAI invocation (#561)
* Remove some 'unnecessary' parameters from OpenAI invocation.  The OpenAI
API is getting complicated with the API and SDK changing on OpenAI's end,
but this not getting mapped through to other services which are 'compatible'
with OpenAI.

* Update OpenAI test for this change

* Trying running tests with Python 3.13
2025-11-20 17:56:31 +00:00
..
common Release/v1.2 (#457) 2025-08-18 20:56:09 +01:00
__init__.py Test suite executed from CI pipeline (#433) 2025-07-14 14:57:44 +01:00
conftest.py Test suite executed from CI pipeline (#433) 2025-07-14 14:57:44 +01:00
test_azure_openai_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_azure_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_bedrock_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_claude_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_cohere_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_googleaistudio_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_llamafile_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_lmstudio_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_mistral_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_ollama_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_openai_processor.py Remove some 'unnecessary' parameters from OpenAI invocation (#561) 2025-11-20 17:56:31 +00:00
test_parameter_caching.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_tgi_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_vertexai_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_vllm_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00