Skip to content

Commit

Permalink
Update _llm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
slundberg authored Jun 20, 2023
1 parent 4eeb9ce commit 6b73db5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guidance/llms/_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import asyncio
import re
import json
import guidance

from .caches import DiskCache

Expand Down Expand Up @@ -171,4 +172,4 @@ def __kwdefaults__(self):
return json.loads(self.args_string)

def __repr__(self):
return f"CallableAnswer(__name__={self.__name__}, __kwdefaults__={self.__kwdefaults__})"
return f"CallableAnswer(__name__={self.__name__}, __kwdefaults__={self.__kwdefaults__})"

0 comments on commit 6b73db5

Please sign in to comment.