llm-chat/tests
Paul Harrison 5bbd7ee612 Basic interface to OpenAI's chat completion API
This commit implements a basic interface to hold a conversation with
OpenAI's GPT models via their API, using OpenAI's Python SDK. In
addition to this interface, the commit incorporates Pydantic for
managing settings via environment variables.
2023-08-14 12:42:26 +01:00
..
__init__.py Initial commit 2023-08-13 19:53:05 +01:00
conftest.py Basic interface to OpenAI's chat completion API 2023-08-14 12:42:26 +01:00
test_chat.py Basic interface to OpenAI's chat completion API 2023-08-14 12:42:26 +01:00