Skip to content

Commit e720c67

Browse files
authored
Merge branch 'develop' into thomas/cronos-zkevm
2 parents 505f269 + 5b3385c commit e720c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can run Grok models by setting the `XAI_MODEL` environment variable to `grok
6767

6868
### Run with OpenAI
6969

70-
You can run OpenAI models by setting the `XAI_MODEL` environment variable to `gpt-4o-mini` or `gpt-4o`
70+
You can run OpenAI models by setting the `XAI_MODEL` environment variable to `gpt-4-mini` or `gpt-4o`
7171

7272
## Additional Requirements
7373

packages/core/src/tests/defaultCharacters.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe("defaultCharacter", () => {
4343
});
4444

4545
it("should have a topics array with at least one broad topic", () => {
46-
expect(defaultCharacter.topics).toContain("Learning");
46+
expect(defaultCharacter.topics).toContain("Classical art");
4747
});
4848

4949
it('should have style settings with "all" array', () => {

0 commit comments

Comments
 (0)