Skip to content

Commit

Permalink
Merge pull request #46 from edenartlab/stage
Browse files Browse the repository at this point in the history
dont require keys
  • Loading branch information
genekogan authored Apr 5, 2024
2 parents 7600b61 + 2b80fa5 commit 8e8ae43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logos/llm/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_KEY")

assert OPENAI_API_KEY, f"An API key for OpenAI was not defined."
assert OPENROUTER_API_KEY, f"An API key for OpenRouter was not defined."
# assert OPENAI_API_KEY, f"An API key for OpenAI was not defined."
# assert OPENROUTER_API_KEY, f"An API key for OpenRouter was not defined."


tool_prompt = """From the list of tools below:
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ dev-dependencies = [
]

[tool.hatch.metadata]
name = "logos-svc"
version = "0.1.0"
allow-direct-references = true

[tool.hatch.build.targets.wheel]
Expand Down

0 comments on commit 8e8ae43

Please sign in to comment.