Skip to content

Commit

Permalink
feat: switch to GPT-4o + update deps (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed May 13, 2024
1 parent 0754c24 commit 53f53a5
Show file tree
Hide file tree
Showing 4 changed files with 612 additions and 606 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
echo "DISCORD_TOKEN=${DISCORD_TOKEN}" > .env
echo "GUILD_ID=${GUILD_ID}" >> .env
echo "OPENAI_API_KEY=${OPENAI_API_KEY}" >> .env
echo "OPENAI_MODEL=gpt-4-1106-preview" >> .env
echo "OPENAI_MODEL=gpt-4o-2024-05-13" >> .env
docker --context "mfabt.club" compose up --build -d
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can use [this online tokenizer from OpenAI](https://platform.openai.com/toke
estimate how many tokens it will take to encode your text.

You can switch to a different OpenAI model by defining the `OPENAI_MODEL` environment variable.
For example, `OPENAI_MODEL=gpt-4-1106-preview` will make Minerva use the latest GPT-4 model.
For example, `OPENAI_MODEL=gpt-4o-2024-05-13` will make Minerva use the latest GPT-4o model.

To run Minerva, you'll need to:
- [install poetry](https://python-poetry.org/docs/#installation)
Expand Down

0 comments on commit 53f53a5

Please sign in to comment.