Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/microsoft/guidance into main
Browse files Browse the repository at this point in the history
  • Loading branch information
slundberg committed May 21, 2023
2 parents 1a922d5 + 833edca commit 29c97f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guidance/_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def __init__(self, text, llm=None, cache_seed=0, logprobs=None, silent='auto', a

# see if we are in an ipython environment
try:
from IPython import get_ipython
self._ipython = get_ipython()
except:
self._ipython = None
Expand Down

0 comments on commit 29c97f0

Please sign in to comment.