mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-31 03:32:43 +08:00
openai config update
This commit is contained in:
@ -10,6 +10,15 @@ import lombok.Data;
|
||||
*/
|
||||
@Data
|
||||
public class ChatGptConfig {
|
||||
/**
|
||||
* chat2db APIKEY
|
||||
*/
|
||||
private String chat2dbApiKey;
|
||||
|
||||
/**
|
||||
* chat2db APIHOST
|
||||
*/
|
||||
private String chat2dbApiHost;
|
||||
|
||||
/**
|
||||
* OpenAi APIKEY
|
||||
|
Reference in New Issue
Block a user