gomate-community / rageval

Evaluation tools for Retrieval-augmented Generation (RAG) methods.
Apache License 2.0
81 stars 9 forks source link

move instructGPT to OpenAILLM #90

Closed bugtig6351 closed 3 months ago

bugtig6351 commented 3 months ago

Add gpt-instruct models in OpenAILLM class

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 14.54545% with 47 lines in your changes are missing coverage. Please review.

Project coverage is 80.96%. Comparing base (9868c92) to head (c185029).

Files Patch % Lines
rageval/models/openai.py 14.54% 47 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #90 +/- ## ========================================== - Coverage 83.38% 80.96% -2.43% ========================================== Files 29 29 Lines 1023 1061 +38 ========================================== + Hits 853 859 +6 - Misses 170 202 +32 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.