11
This commit is contained in:
@@ -31,7 +31,7 @@ namespace BLL.Common
|
|||||||
messages = new[] {
|
messages = new[] {
|
||||||
new { role = "user", content = content }
|
new { role = "user", content = content }
|
||||||
},
|
},
|
||||||
temperature = 0.7
|
temperature = 0.3
|
||||||
};
|
};
|
||||||
|
|
||||||
string json = JsonConvert.SerializeObject(requestData);
|
string json = JsonConvert.SerializeObject(requestData);
|
||||||
|
|||||||
Reference in New Issue
Block a user