Skip to content
Discussion options

You must be logged in to vote

I'm guessing your local repo isn't up to date because that's impossible if you're setting modelOptions.model to gpt-3.5-turbo - my code explicitly checks for that.

# Make sure you are on the main branch
git checkout main

# Fetch the latest changes from the remote repository
git fetch origin main

# Merge the changes from the remote main branch into your local main branch
git merge origin/main

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ghost
Comment options

@ghost
Comment options

@waylaidwanderer
Comment options

@waylaidwanderer
Comment options

@ghost
Comment options

Answer selected by waylaidwanderer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #158 on March 05, 2023 08:25.