Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
feat: checkout to validator branch, I forgot to checkout to main
Browse files Browse the repository at this point in the history
  • Loading branch information
tobySolutions committed Apr 28, 2024
1 parent 2c9a8c3 commit 8b46b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { OpenAIResponse, gpt4Adapter } from "./gpt4Adapter";
import { Role } from "@/core/domain/roles";

describe("GPT-4 Adapter", () => {
test("Returns validator chat completions response", async () => {
test("Returns GPT-4 chat completions response", async () => {
// Arrange
const messages = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Role } from "@/core/domain/roles";
import { ValidatorResponse, validatorAdapter } from "./validatorAdapter";

describe("Validator Adapter", () => {
test("Returns GPT-4 chat completions response", async () => {
test("Returns validator chat completions response", async () => {
// Arrange
const messages = [
{
Expand Down

0 comments on commit 8b46b53

Please sign in to comment.