Skip to content

Commit 80b3d50

Browse files
authored
Merge pull request #31 from yubing744/owen/improve-math-skills
feat: improve math skills
2 parents 3e88c79 + c258141 commit 80b3d50

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: clean build unit-test run docker-* tag release
22

33
NAME=trading-gpt
4-
VERSION=0.24.1
4+
VERSION=0.24.2
55

66
clean:
77
rm -rf build/*

pkg/prompt/prompt.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Constraints:
2323
3. Command parameters do not support variables or expressions. Please fill them in after calculating them step by step.
2424
4、Be careful not to open positions repeatedly. If you need to adjust the take profit and stop loss, please use the exchange.update_position command.
2525
5、The analyze statement can be very long to ensure that the reasoning process of the analysis is rigorous.
26-
6、The returned JSON format does not support comments
26+
6、When comparing two numbers, if a digit in the decimal part is already greater, there's no need to compare the subsequent digits.
27+
7、The returned JSON format does not support comments
2728
2829
You should only respond in JSON format as described below, no other explanation is required
2930
Response Format:

0 commit comments

Comments
 (0)