• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ml6team / fondant / 7488843898
91%

Build:
DEFAULT BRANCH: main
Ran 11 Jan 2024 12:39PM UTC
Jobs 3
Files 19
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Jan 2024 12:36PM UTC coverage: 91.94%. Remained the same
7488843898

push

github

web-flow
Fix ragas component (#759)

Fix to issue that @mrchtr raised

* `model_name` was actually referring to the class name used to import
the model which can be `OpenAI` or `ChatOpenAI`. This caused some issues
because we were trying to set `model_name` to `gpt-4`. Changed the
arguments and default to reflect that.

* ChatOpenAI seems to be the new default of defining models, changed the
default model class to that one

When initializing GPT-4 with `OpenAI()`:

```
UserWarning: You are trying to use a chat model. This way of initializing it is no longer supported. Instead, please use: `from langchain_community.chat_models import ChatOpenAI`
```

Also how it's set in RAGAS
[LINK](https://docs.ragas.io/en/latest/howtos/customisations/llms.html#:~:text=Copy%20code-,from%20langchain.chat_models%20import%20ChatOpenAI,-gpt4%20%3D%20ChatOpenAI)

Changes will be required to RAG pipeline after new release

1768 of 1923 relevant lines covered (91.94%)

2.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 test-3.8 - 7488843898.1 11 Jan 2024 12:40PM UTC 0
91.93
2 test-3.9 - 7488843898.2 11 Jan 2024 12:40PM UTC 0
91.83
3 test-3.10 - 7488843898.3 11 Jan 2024 12:40PM UTC 0
91.84
Source Files on build 7488843898
Detailed source file information is not available for this build.
  • Back to Repo
  • 616a9a3e on github
  • Prev Build on main (#7486960489)
  • Next Build on main (#7489432706)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc