From d4823a8923fd3da7b43790f438ccbd6efc859909 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Thu, 26 Dec 2024 14:12:46 +0300 Subject: [PATCH 1/2] docs: Fixed Incorrect Model Name in API Integration --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index e7018af695..f3d0e262b5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -67,7 +67,7 @@ You can run Grok models by setting the `XAI_MODEL` environment variable to `grok ### Run with OpenAI -You can run OpenAI models by setting the `XAI_MODEL` environment variable to `gpt-4o-mini` or `gpt-4o` +You can run OpenAI models by setting the `XAI_MODEL` environment variable to `gpt-4-mini` or `gpt-4o` ## Additional Requirements From e5e9f3b472c2ff89842b7c25db0f4e63444f3632 Mon Sep 17 00:00:00 2001 From: Shakker Nerd Date: Thu, 26 Dec 2024 11:42:58 +0000 Subject: [PATCH 2/2] chore: update defailt character topic test case --- packages/core/src/tests/defaultCharacters.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/tests/defaultCharacters.test.ts b/packages/core/src/tests/defaultCharacters.test.ts index 6483c17804..095b0ab65a 100644 --- a/packages/core/src/tests/defaultCharacters.test.ts +++ b/packages/core/src/tests/defaultCharacters.test.ts @@ -43,7 +43,7 @@ describe("defaultCharacter", () => { }); it("should have a topics array with at least one broad topic", () => { - expect(defaultCharacter.topics).toContain("Learning"); + expect(defaultCharacter.topics).toContain("Classical art"); }); it('should have style settings with "all" array', () => {