Skip to content

Commit

Permalink
Update llm_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatologist authored Nov 20, 2024
1 parent 9267299 commit 993fa75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/llm_example.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Example of using LLMs with PyOMOP
git clone https://github.com/dermatologist/pyomop.git@develop
cd pyomop
pip install -e .[llm]
pip install pyomop[llm]
"""

from pyomop import CdmEngineFactory, Cohort, metadata, CdmLLMQuery, CDMDatabase
Expand Down Expand Up @@ -57,4 +57,4 @@ async def main():
await engine.dispose()

# Run the main function
asyncio.run(main())
asyncio.run(main())

0 comments on commit 993fa75

Please sign in to comment.