-
Notifications
You must be signed in to change notification settings - Fork 25
[Py]Implement OpenAI adapter in python #38
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
Labels
Comments
yesudeep
pushed a commit
to yesudeep/dotprompt
that referenced
this issue
Mar 5, 2025
ISSUE: google#38 CHANGELOG: - [ ] Add Python OpenAI adapter implementation for dotprompt - [ ] Update Role enum in types to also include 'assistant' - [ ] Also include TODO to verify this change with Michael. - [ ] Make this change across runtimes: Go, JS, Python. - [ ] Update JS test coverage thresholds
5 tasks
yesudeep
added a commit
that referenced
this issue
Mar 5, 2025
ISSUE: #38 CHANGELOG: - [ ] Add Python OpenAI adapter implementation for dotprompt - [ ] Update Role enum in types to also include 'assistant' - [ ] Also include TODO to verify this change with Michael. - [ ] Make this change across runtimes: Go, JS, Python. - [ ] Update JS test coverage thresholds Co-authored-by: Tanya Singh <tanyasingh@google.com>
This was referenced Mar 25, 2025
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Development - As a developer I want to convert opanai.ts file from typescript into a openai.py file under adapters, so that the functionality of python can be used across our Dotprompt project.
The text was updated successfully, but these errors were encountered: