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 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', () => {