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
I like the idea of making improvements around testing but by adding a dockerfile we will only give developers a common dev environment, which would be python:3.12 in your example.
Integration testing can only be done if the user has an API key for the provider and evaluator. I think a good option is to create some GitHub Actions that will load the API keys into the environment through the use of secrets. I believe @gkamradt will have to use his keys and save them as secrets. Here are some resources on what im talking about:
We need to significantly improve testing of this project, having Docker image is the first step
Implementation
Dockerfile
based on the official Python Imagetiktoken
to newest version0.6.0
- Does not require compilation on ARMExample:
The text was updated successfully, but these errors were encountered: