This commit is contained in:
parent
326f4889b2
commit
29de95d03c
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue