Skip to content

Commit

Permalink
Merge pull request #6 from PostHog/gpt4
Browse files Browse the repository at this point in the history
chore: bump to gpt4 to save max
  • Loading branch information
fuziontech authored Oct 16, 2023
2 parents 89b4057 + ba982f6 commit c4a2ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

load_dotenv()

OPENAI_MODEL = "gpt-3.5-turbo"
# OPENAI_MODEL = "gpt-4"
# OPENAI_MODEL = "gpt-3.5-turbo"
OPENAI_MODEL = "gpt-4"
OPENAI_TOKEN = os.environ.get("OPENAI_TOKEN")

if not OPENAI_TOKEN:
Expand Down

0 comments on commit c4a2ab6

Please sign in to comment.