Skip to content

Commit

Permalink
Merge branch 'elizaOS:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
astinz authored Dec 26, 2024
2 parents b48ef3a + 5b3385c commit 13ddd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/tests/defaultCharacters.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 13ddd55

Please sign in to comment.