Skip to content

Commit

Permalink
Better exposed procedures
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Oct 12, 2023
1 parent 771274f commit 15c4ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interpreter/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def __init__(self):

# Procedures / RAG
self.procedures = None
self._procedures_db = {}
self.download_open_procedures = True
self.embed_function = embed_function
# Number of procedures to add to the system message
Expand Down

0 comments on commit 15c4ecf

Please sign in to comment.