generated from labteral/python-package
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Nootropic wrapper classes and add cache disabling
- Add disable_cache option to BaseWrapper and Nootropic - Implement shallow copy of messages to avoid modifying originals - Refactor system message handling for consistency across wrappers - Add __getattr__ methods to raise NotImplementedError for unimplemented methods - Update Nootropic class to use a generic _create_wrapper method - Remove fallback to original client in Nootropic.__getattr__ - Update version to 1.2410.1
- Loading branch information
Showing
2 changed files
with
110 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
|
||
from .nootropic import * | ||
|
||
__version__ = '1.2410.0' | ||
__version__ = '1.2410.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters