-
Notifications
You must be signed in to change notification settings - Fork 409
0.4.4 dev #759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
0.4.4 dev #759
Changes from 109 commits
Commits
Show all changes
114 commits
Select commit
Hold shift + click to select a range
54e7677
Add functionality to toggle metrics without token/authentication + up…
thekaranacharya 9a0a626
add pip requirement
aaravnavani 7b029bb
remove extra change
aaravnavani cd7e660
add utils file and uninstall
aaravnavani 2a63373
update uninstall and utils
aaravnavani 5cdbc7c
run poetry lock
aaravnavani 5985578
poetry lock
aaravnavani 90632f0
run poetry lock
aaravnavani 9401a25
separate utils
aaravnavani a53ac2b
poetry lock
aaravnavani f2fdc78
run poetry lock no update
aaravnavani f95d6d5
add pip requirement
aaravnavani a63371f
resolve conflict
aaravnavani dd25832
import repated methods from utils
aaravnavani caec3f4
newline
aaravnavani 2680b00
fix lint
aaravnavani 4a7b351
lint
aaravnavani 36c03e0
Merge pull request #754 from aaravnavani/add-pip-version-pyproject
zsimjee 263ddb2
utils import
aaravnavani 1f4d3be
run tests
aaravnavani 34207a7
add quiet install
aaravnavani 54c16dd
Fully qualify llm_api namespace path
jonasferoz fe23bf9
initial commit for testing async streaming guard
wylansford c6fde86
update configure
aaravnavani ab464d1
lint + test
aaravnavani df88639
lint
aaravnavani 1f0cb81
Merge branch 'main' into hub_uninstall
aaravnavani 458d527
test install
aaravnavani fad7a23
test
aaravnavani 49f03f5
run tests
aaravnavani 0df7de9
lint fix
aaravnavani 8ccc271
pytest
aaravnavani 1356c62
test
aaravnavani c50d617
test
aaravnavani 177ee63
move log into if statement
aaravnavani c21cba0
set quiet to false
aaravnavani 2274990
fix messages
aaravnavani 7bf141c
remove newline
aaravnavani 58d5da4
lint
aaravnavani 697325f
fix newline
aaravnavani 4dd3a47
fix test
aaravnavani 65ce912
lint + module manifest import
aaravnavani 2192525
bytes header parser
aaravnavani 0c9d65e
byte parser
aaravnavani 3b79ab1
pip process
aaravnavani 66a6c18
type error
aaravnavani 2477ffd
pip process type
aaravnavani 0051a4a
change [] to get
aaravnavani cd19e1e
pip process
aaravnavani 8c30125
pip process
aaravnavani 7182a31
print statement
aaravnavani 45d28c6
.get
aaravnavani c6c5759
test uninstall
aaravnavani 7d3572e
lint
aaravnavani c6c5d66
fix uninstall test
aaravnavani c197a57
imports
aaravnavani 5013090
pip process
aaravnavani a8fefe6
fix import
aaravnavani b7deef2
Adding async guard, test, and deprecating async calls in Guard()
wylansford 58f8e2d
removing extra deprecation warning
wylansford 1442c48
removing unused test
wylansford f80285a
fixing init
wylansford f25a6d9
fix import
aaravnavani 6429f07
update test uninstall
aaravnavani 42d573c
lint + uninstall
aaravnavani 928818d
lint + uninstall
aaravnavani eb5a9e0
noqa
aaravnavani 7a31ac6
address comments
aaravnavani 80b8f7c
add quiet install test and fix lint
aaravnavani 60ae651
logger log
aaravnavani 57f27d5
fix test
aaravnavani 7b1f5c7
logger log
aaravnavani 4594186
test install
aaravnavani 3f85d17
fix test uninstall
aaravnavani f576169
uninstall test
aaravnavani af6b72e
Updating Async guard to inherit from guard
wylansford 64f2bd1
fixing sequential -> synchronous in guard deprecations
wylansford 88cd5dc
__call__ is now async to match standard llm apis rather than handling…
wylansford 2d95bcb
removing duplicated line
wylansford f7b7e0c
Merge pull request #765 from aaravnavani/quiet_hub_install
zsimjee 6900497
Merge pull request #767 from guardrails-ai/async_guard
zsimjee 47514ac
lint
aaravnavani 268e1dd
Merge pull request #757 from aaravnavani/hub_uninstall
zsimjee be1af00
Merge pull request #774 from aaravnavani/configure_update
zsimjee ddd5410
update tiktoken to >=15.0.1
zsimjee 3b5707e
use updated types in async guard
zsimjee 5f679f0
Merge pull request #775 from guardrails-ai/update-deps-044
zsimjee a7daf99
fix config
zsimjee 115c329
Merge pull request #776 from guardrails-ai/configure-changes
zsimjee 8c3bb7a
Merge pull request #764 from jonasferoz/fully-qualify-llm-api-path
zsimjee 883ad03
bump version, lint
zsimjee 4aea81c
typing
zsimjee b5b1c59
update litellm
zsimjee 16432b9
update openai
zsimjee 4e33ae3
pkg lock
zsimjee 82d0e5c
fix pip process so quiet install works
aaravnavani d761c2b
remove warnings
aaravnavani 4f3c9bb
Merge pull request #778 from aaravnavani/fix_quiet_install
zsimjee 84e9498
fix quiet install, workflow tests
zsimjee cba33ad
update bug_free_python nb
zsimjee d97368c
fix competitor_check lib
zsimjee 8cb27bc
more notebook fixes, lint
zsimjee c6dfaa5
install latest openai v in checks
zsimjee 251deee
config updates
zsimjee b903017
fix uninstall issues
zsimjee c55f001
handle auth exceptions
zsimjee 3ae8d67
do not blow up config on auth failure
zsimjee 0a174ec
address warnings and comments on notebooks
zsimjee f773daf
fix extraction notebooks
zsimjee ce6c39b
os.removedirs -> shutil.rmtree
zsimjee 8556fc7
disable -> enable in prompt for metrics
zsimjee 14f94d9
fix tests and default token empty state
zsimjee ae79ac9
remove redundant auth printout
zsimjee 7dc0819
fix auth flow, error handling
zsimjee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.