remove await for synchronous method

This commit is contained in:
streetycat
2023-09-28 10:27:59 +00:00
parent 193c627bdb
commit 2bfa0995b1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
instance_id = "math_teacher"
fullname = "the one"
llm_model_name = "gpt-4-0613"
llm_model_name = "LLaMA2-70B"
[[prompt]]
role = "system"
content = "你是精通数学的老师"