Skip to content

Commit

Permalink
New Computer Update (added reset_config)
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Dec 24, 2023
1 parent 5ba0484 commit 5a1953c
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 534 deletions.
1 change: 1 addition & 0 deletions interpreter/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def __init__(self):
self.debug_mode = False
self.max_output = 2000 # Max code block output visible to the LLM
self.safe_mode = "off"
# this isn't right... this should be in the llm, and have a better name, and more customization:
self.shrink_images = (
False # Shrinks all images passed into model to less than 1024 in width
)
Expand Down
107 changes: 0 additions & 107 deletions interpreter/core/llm/ARCHIVE_convert_to_coding_llm.py

This file was deleted.

45 changes: 0 additions & 45 deletions interpreter/core/llm/ARCHIVE_setup_llm.py

This file was deleted.

211 changes: 0 additions & 211 deletions interpreter/core/llm/ARCHIVE_setup_openai_coding_llm.py

This file was deleted.

Loading

0 comments on commit 5a1953c

Please sign in to comment.