Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
redblock-ai
/
parrot-python
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Introducing OpenAdapter: Now benchmark any OpenAI-Model on PARROT using OpenAdapter
- #11
#11
Open
HarshaLLM
wants to merge 17 commits into
main
redblock-ai/parrot-python:main
from
open-adapter
redblock-ai/parrot-python:open-adapter
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Open
Introducing OpenAdapter: Now benchmark any OpenAI-Model on PARROT using OpenAdapter
#11
HarshaLLM
wants to merge 17 commits into
main
redblock-ai/parrot-python:main
from
open-adapter
redblock-ai/parrot-python:open-adapter
Copy head branch name to clipboard
Commits
Commits on Oct 11, 2024
New adapter defined OpenAdapter
HarshaLLM
committed
5aca03d
View commit details
Copy full SHA for 5aca03d
Browse repository at this point
OpenAI adapter class defined along with custom exceptions for exception handling.
HarshaLLM
committed
a0d2ed4
View commit details
Copy full SHA for a0d2ed4
Browse repository at this point
defined a new dependency for openAI.
HarshaLLM
committed
ef0618d
View commit details
Copy full SHA for ef0618d
Browse repository at this point
Defined a custom-private-invoke method.
HarshaLLM
committed
268c209
View commit details
Copy full SHA for 268c209
Browse repository at this point
Commits on Oct 12, 2024
Defined a custom exception for errors from server's end.
HarshaLLM
committed
6515c08
View commit details
Copy full SHA for 6515c08
Browse repository at this point
Commits on Oct 14, 2024
Changes made to enable inference on Client::OpenAI()
HarshaLLM
committed
7ae5748
View commit details
Copy full SHA for 7ae5748
Browse repository at this point
client initialization should happen after validating the API key.
HarshaLLM
committed
55a24b6
View commit details
Copy full SHA for 55a24b6
Browse repository at this point
added new test cases for OpenAdapter object initialization.:
HarshaLLM
committed
744bd8c
View commit details
Copy full SHA for 744bd8c
Browse repository at this point
New test cases added to test exception handling for invalid credentials.
HarshaLLM
committed
9554026
View commit details
Copy full SHA for 9554026
Browse repository at this point
Added a new testcase for successful initialization of OpenAdapter and, refactored OpenAdapter.__invoke() to handle server-side exception appropriately.
HarshaLLM
committed
bbeeb3b
View commit details
Copy full SHA for bbeeb3b
Browse repository at this point
parrot_openai.OpenAdapter is now functional.
HarshaLLM
committed
18a1ae3
View commit details
Copy full SHA for 18a1ae3
Browse repository at this point
New testcases defined for model-inference using OpenAdapter.
HarshaLLM
committed
9154d63
View commit details
Copy full SHA for 9154d63
Browse repository at this point
fixed missing param for initialization of OpenAdapter.
HarshaLLM
committed
a03c146
View commit details
Copy full SHA for a03c146
Browse repository at this point
fixed improper adapter call in test
Show description for 670c348
HarshaLLM
committed
670c348
View commit details
Copy full SHA for 670c348
Browse repository at this point
updated parrot.evaluate_model, now allows users to define the platform for inference.
HarshaLLM
committed
343b84f
View commit details
Copy full SHA for 343b84f
Browse repository at this point
Updated .gitignore to ignore files under constrcution.
HarshaLLM
committed
c6c63ec
View commit details
Copy full SHA for c6c63ec
Browse repository at this point
fix: missing exception import for 'RateLimitError', TODO: implement backoff in the future.
HarshaLLM
committed
94cfbda
View commit details
Copy full SHA for 94cfbda
Browse repository at this point
You can’t perform that action at this time.