ww
This commit is contained in:
@@ -6,13 +6,13 @@ namespace WulaFallenEmpire
|
|||||||
{
|
{
|
||||||
public string apiKey = "sk-xxxxxxxx";
|
public string apiKey = "sk-xxxxxxxx";
|
||||||
public string baseUrl = "https://api.deepseek.com";
|
public string baseUrl = "https://api.deepseek.com";
|
||||||
public string model = "deepseek-reasoner";
|
public string model = "deepseek-chat";
|
||||||
|
|
||||||
public override void ExposeData()
|
public override void ExposeData()
|
||||||
{
|
{
|
||||||
Scribe_Values.Look(ref apiKey, "apiKey", "sk-xxxxxxxx");
|
Scribe_Values.Look(ref apiKey, "apiKey", "sk-xxxxxxxx");
|
||||||
Scribe_Values.Look(ref baseUrl, "baseUrl", "https://api.deepseek.com");
|
Scribe_Values.Look(ref baseUrl, "baseUrl", "https://api.deepseek.com");
|
||||||
Scribe_Values.Look(ref model, "model", "deepseek-reasoner");
|
Scribe_Values.Look(ref model, "model", "deepseek-chat");
|
||||||
base.ExposeData();
|
base.ExposeData();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user