mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-30 10:43:06 +08:00
feat: update ChatView layout
This commit is contained in:
@ -1,8 +1,4 @@
|
||||
import { ChatCompletionResponseMessage, Configuration, OpenAIApi } from "openai";
|
||||
|
||||
export interface ChatCompletionResponse {
|
||||
message: ChatCompletionResponseMessage;
|
||||
}
|
||||
import { Configuration, OpenAIApi } from "openai";
|
||||
|
||||
const configuration = new Configuration({
|
||||
apiKey: process.env.OPENAI_API_KEY,
|
||||
|
Reference in New Issue
Block a user