Paul Harrison
c9f01c7dc2
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. |
||
---|---|---|
src/llm_chat | ||
tests | ||
.gitignore | ||
LICENSE | ||
README.md | ||
poetry.lock | ||
pyproject.toml |
README.md
LLM Chat
A general CLI interface for large language models.