Skip to content

GPT and other fixes#16

Open
michaelofengend wants to merge 9 commits into
ZGainsforth:mainfrom
michaelofengend:master
Open

GPT and other fixes#16
michaelofengend wants to merge 9 commits into
ZGainsforth:mainfrom
michaelofengend:master

Conversation

@michaelofengend
Copy link
Copy Markdown
Collaborator

Let me know of any bugs or fixes needed to do.

@michaelofengend michaelofengend changed the title GPT-4 and other fixes GPT and other fixes May 29, 2023
Copy link
Copy Markdown
Owner

@ZGainsforth ZGainsforth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request includes earlier commits which overwrite stuff we just did in PR12. I suspect you didn't pull from head before starting this branch, or you had made this branch a while ago and edited the files in parallel. I suggest making a new branch so it gets the latest version of the project. Then git cherry-pick the commits from this branch you want and resubmit a pull request.

Comment thread StoichWeb.py

# import flask relevant packages.
from flask import Flask, url_for, render_template, redirect, request
from flask import Flask, url_for, render_template, redirect, request, jsonify, session
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This conflicts with the current head. I wonder if you did a git pull before starting this branch? Or maybe you had two branches for the last pull request and this pull request but edited the same lines in the same files in both?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants