Skip to content

Commit

Permalink
Rename to lamplight
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Nadler committed Oct 2, 2023
1 parent 99bb120 commit 8e725ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Binary file removed llm_api/__pycache__/chat_completion.cpython-39.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tool.poetry]
name = "llm-api"
name = "lamplight"
version = "0.1.0"
description = "A Pydantic wrapper around the OpenAI API."
authors = ["Dan Nadler <[email protected]>"]
readme = "README.md"
packages = [{include = "llm_api"}]
packages = [{include = "lamplight"}]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 8e725ab

Please sign in to comment.