Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gpt math solver #991
base: main
Are you sure you want to change the base?
Gpt math solver #991
Changes from 8 commits
7dc4035
83ff983
ab2cada
2d70c99
c823cbf
766b022
84ba0be
8f67ed7
a511f0a
87ad79d
a16fa5f
e21fd76
45dcb7f
435e7a4
d1747cf
56627a7
9821820
e37ee3e
5d44e5e
bab2878
d0b0d4b
3e171a3
2261c5c
8c5a86c
2b8b717
8b68ff7
54407a7
4806631
80a7063
d737644
d146e35
26c0caa
2a1a47e
edfc679
6a15761
ab64723
f723a8f
1a5c93c
955edca
8519967
912193e
c8f90b4
7a8c2ac
b9a7e04
65f1580
73088ce
144c148
812477a
25e2708
1c00283
1330a00
e61212f
2b5dd52
ac11d2a
9d291b9
ce7144a
6fefde3
eaae6ce
8fdf74f
ca75c91
47179ce
a8c3758
132638a
280f9de
45a4abd
b0efcbf
10c28ae
bfe61aa
39ea367
0cebecb
bddb610
326da82
bd040b5
c8ba447
62b5259
ef509d4
e60850f
5fe0b0b
d92b559
ede98a5
7082355
7d34485
8e34218
c592837
6345e0b
40fd299
dac1551
fff4e4b
da0f7d9
2775e08
ad10b71
7800a46
4f78539
a76113f
7d22c07
908d283
079b4e2
f071214
6444f91
1c4a278
c744613
2ad469f
b806dfb
3733028
cbd0be0
89d7512
3791326
2a6ffa1
d833938
bf73756
f1b3873
e3d8de1
d84213d
f8c68ff
9bc17db
769803e
85d9b59
bce7f4f
59bc9f9
32de58f
9dabf61
9c3efd4
fc8bcdc
c711143
f535e50
841ff2a
43d8277
01f7712
d4d8242
1cfce5f
be7bb3d
d3e8719
2c8823f
7808b4f
348446b
c49ab9c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question could be: Does changing the system prompt make any difference?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about making the prompt before the "Problem:" a system message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If len(query_response) > 2000, is it a valid query or not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a valid query(have a result) but not a good query(the result is not desired).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm skipping this file for now.